README: add Gentoo instruction

This commit is contained in:
dm9pZCAq 2020-11-17 17:45:58 +02:00 committed by Stephan Dilly
parent a6bce24d72
commit b769a83bbc

View file

@ -85,6 +85,16 @@ makepkg -si
sudo dnf install gitui
```
### Gentoo
Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
```sh
sudo eselect repository enable dm9pZCAq
sudo emerge --sync dm9pZCAq
sudo emerge dev-vcs/gitui::dm9pZCAq
```
### Homebrew (macOS)
```sh