mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
Merge pull request #705 from MarcoFalke/patch-1
doc: Add Ubuntu/Debian bat package to Readme
This commit is contained in:
commit
7db30f9123
@ -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
|
||||
```
|
||||
|
||||
If you want to run the latest release of bat or if you are on older versions of Ubuntu/Debian, 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
|
||||
|
Loading…
Reference in New Issue
Block a user