mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-03 04:08:50 +01:00
Add Arch Linux installation instructions to README
This commit is contained in:
parent
e4d7e004ee
commit
8f18567f2d
10
README.md
10
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.
|
||||
|
Loading…
Reference in New Issue
Block a user