doc: Add Ubuntu/Debian bat package to Readme

Documentation update to fix #323
This commit is contained in:
MarcoFalke 2019-10-26 10:33:17 -04:00 committed by GitHub
parent edbb4b2fc9
commit b9c07e52e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -169,7 +169,13 @@ The [`prettybat`](https://github.com/eth-p/bat-extras/blob/master/doc/prettybat.
### On Ubuntu
*... and other Debian-based Linux distributions.*
Download the latest `.deb` package from the [release page](https://github.com/sharkdp/bat/releases)
You can install [the Ubuntu `bat` package](https://packages.ubuntu.com/eoan/bat) or [the Debian `bat` package](https://packages.debian.org/sid/bat) since Ubuntu Eoan 19.10 or Debian unstable sid.
```bash
apt install bat
```
On older releases, download the latest `.deb` package from the [release page](https://github.com/sharkdp/bat/releases)
and install it via:
```bash
sudo dpkg -i bat_0.12.1_amd64.deb # adapt version number and architecture