1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-19 04:21:06 +00:00

Add Alpine Linux installation instructions

Resolves #586
This commit is contained in:
Chloe Kudryavtsev 2019-06-10 19:42:32 -04:00 committed by David Peter
parent 67834da681
commit d86b7cf7e0

View File

@ -143,6 +143,15 @@ and install it via:
sudo dpkg -i bat_0.11.0_amd64.deb # adapt version number and architecture sudo dpkg -i bat_0.11.0_amd64.deb # adapt version number and architecture
``` ```
### On Alpine Linux
You can install [the `bat` package](https://pkgs.alpinelinux.org/packages?name=bat)
from the official sources, provided you have the appropriate repository enabled:
```bash
apk add bat
```
### On Arch Linux ### On Arch Linux
You can install [the `bat` package](https://www.archlinux.org/packages/community/x86_64/bat/) You can install [the `bat` package](https://www.archlinux.org/packages/community/x86_64/bat/)