docs: Add Gentoo installation instructions (#299)

This commit is contained in:
dm9pZCAq 2020-11-15 00:36:58 +02:00 committed by GitHub
parent 1e787829cd
commit 6377652167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ A cross-platform graphical process/system monitor with a customizable interface
- [AUR](#aur)
- [Debian (and Debian-based)](#debian)
- [Fedora/CentOS](#fedoracentos)
- [Gentoo](#gentoo)
- [Nix](#nix)
- [Homebrew](#homebrew)
- [Scoop](#scoop)
@ -133,6 +134,15 @@ sudo dnf copr enable atim/bottom -y
sudo dnf install bottom
```
### Gentoo
Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
```bash
sudo eselect repository enable dm9pZCAq
sudo emerge --sync dm9pZCAq
sudo emerge sys-process/bottom::dm9pZCAq
```
### Nix
```bash