Add Arch Linux installation instructions to README

This commit is contained in:
Wesley Moore 2018-05-01 08:04:40 +10:00 committed by GitHub
parent 25f83610f9
commit 26a08772f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.