docs: mention GURU overlay in installation instructions (#497)

This commit is contained in:
Lasha Kanteladze 2021-06-15 19:38:12 +04:00 committed by GitHub
parent 0c3f9daa56
commit e3f75f36d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -174,7 +174,16 @@ sudo dnf install bottom
### Gentoo
Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
Available in [GURU](https://wiki.gentoo.org/wiki/Project:GURU) and [dm9pZCAq](https://github.com/gentoo-mirror/dm9pZCAq) overlays
```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