docs: Add Arch Linux install instructions to README

This commit is contained in:
Ethan P 2022-07-28 13:47:44 -07:00
parent a011290c2f
commit 62b8f74df2
No known key found for this signature in database
GPG Key ID: 1BA2A0CC7C22B854

View File

@ -53,6 +53,17 @@ All of the `bat-extras` scripts can be installed with `brew install eth-p/softwa
If you would only like to install one of the scripts, you can use `brew install eth-p/software/bat-extras-[SCRIPT]` to install it.
### Pacman
`bat-extras` is [officially available](https://archlinux.org/packages/community/any/bat-extras/) on the Arch community repository!
If you have the community repository enabled, you can install `bat-extras` by running:
```bash
pacman -S bat-extras
```
 
## Installation (![CircleCI](https://circleci.com/gh/eth-p/bat-extras.svg?style=svg))