docs: Add install steps for Gentoo (@ran-dall)

Thanks for maintaining the package and writing up the install instructions, @ran-dall!
This commit is contained in:
Ethan P 2022-07-30 17:02:29 -07:00
parent 3e2e8df594
commit 38014ba72d
No known key found for this signature in database
GPG Key ID: 1BA2A0CC7C22B854

View File

@ -63,6 +63,15 @@ If you have the community repository enabled, you can install `bat-extras` by ru
pacman -S bat-extras
```
### Gentoo
`bat-extras` is available on **Gentoo's Guru Overlay** as `sys-apps/bat-extras`.
To install, first make sure you've added the [Gentoo Guru Overlay](https://wiki.gentoo.org/wiki/Project:GURU) to your local repositories, then emerge accordingly...
```bash
emerge sys-apps/bat-extras
```