Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
- Make PowerShell completions compatible with PowerShell v5.1, see #3495 (@keith-hall)
- Use more robust approach to escaping in Bash completions, see #3448 (@akinomyoga)

- add mise alternative installation method, see #3483 (@jylenhof)

## Syntaxes

- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ You can install `bat` using the [nix package manager](https://nixos.org/nix):
nix-env -i bat
```

### Using mise

You can install `bat` using [mise](https://github.com/jdx/mise), the polyglot tool version manager:

```bash
mise use -g bat@latest
```

### On openSUSE

You can install `bat` with zypper:
Expand Down