diff --git a/README.md b/README.md index a62cf224..278bf0a0 100644 --- a/README.md +++ b/README.md @@ -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.