diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6cac4db8..4fc969e074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index eb0da902d9..bbc0e2ef42 100644 --- a/README.md +++ b/README.md @@ -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: