From b9c07e52e8aaf87ecf0473d3e8e2ad038dcedd76 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 26 Oct 2019 10:33:17 -0400 Subject: [PATCH 1/2] doc: Add Ubuntu/Debian bat package to Readme Documentation update to fix #323 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8000abd3..5ec61ee8 100644 --- a/README.md +++ b/README.md @@ -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 From 921a65f0a1257e0ed56d9d6890c1789b1d9d11f0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 28 Oct 2019 16:26:28 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ec61ee8..837076f1 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ You can install [the Ubuntu `bat` package](https://packages.ubuntu.com/eoan/bat) apt install bat ``` -On older releases, download the latest `.deb` package from the [release page](https://github.com/sharkdp/bat/releases) +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