diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c866a5f..cec57836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ - Running `bat` without arguments fails ("output file is also an input"), see #1396 +## Packaging + +- `bat` is now available on snapstore with package name called `batwing`, see #1400 (@purveshpatel511) + # v0.17.0 ## Features diff --git a/README.md b/README.md index f3ab1108..7b217ee4 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,15 @@ You can install `bat` with zypper: zypper install bat ``` +### Via snap package + +``` +sudo snap install batwing +``` + +[Get it from the Snap Store](https://snapcraft.io/batwing) + + ### On macOS (or Linux) via Homebrew You can install `bat` with [Homebrew on MacOS](https://formulae.brew.sh/formula/bat) or [Homebrew on Linux](https://formulae.brew.sh/formula-linux/bat):