docs: Update gentoo install instructions (#830)

This commit is contained in:
Mike Rivnak 2022-10-13 15:26:35 -04:00 committed by GitHub
parent b6a75db1b4
commit 51c02c6305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 13 deletions

View File

@ -180,21 +180,10 @@ sudo dnf install bottom
### Gentoo
Available in [GURU](https://wiki.gentoo.org/wiki/Project:GURU) and [dm9pZCAq](https://github.com/gentoo-mirror/dm9pZCAq) overlays:
Available in the official Gentoo repo:
```bash
sudo eselect repository enable guru
sudo emerge --sync guru
echo "sys-process/bottom" | sudo tee /etc/portage/package.accept_keywords/10-guru
sudo emerge sys-process/bottom::guru
```
or
```bash
sudo eselect repository enable dm9pZCAq
sudo emerge --sync dm9pZCAq
sudo emerge sys-process/bottom::dm9pZCAq
sudo emerge --ask sys-process/bottom
```
### Nix