add snap installtion command

This commit is contained in:
purvesh-linux11 2020-11-26 20:53:58 +05:30 committed by David Peter
parent 94d8cd5100
commit b0fcb3065f
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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):