Add Arch Linux installation instructions to README

This commit is contained in:
Wesley Moore 2018-05-01 08:04:40 +10:00 committed by David Peter
parent e4d7e004ee
commit 8f18567f2d
1 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,16 @@ A *cat(1)* clone with syntax highlighting and Git integration.
Check out the [Release page](https://github.com/sharkdp/bat/releases) for binary builds and Debian packages.
### Arch Linux
On Arch Linux, you can install [the AUR package](https://aur.archlinux.org/packages/bat/) via yaourt, or manually:
```bash
git clone https://aur.archlinux.org/bat.git
cd bat
makepkg -si
```
### From source
If you want to build to compile `bat` from source, you need Rust 1.22 or higher.