summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLasha Kanteladze <kanteladzelasha339@gmail.com>2021-06-15 19:38:12 +0400
committerGitHub <noreply@github.com>2021-06-15 11:38:12 -0400
commite3f75f36d7c4f5f55ce296ac26d16fb4afb564aa (patch)
treec78512b5cb7a6c30d3a5c6c8eb355f9b745cd4f9 /README.md
parent0c3f9daa56efa089215738de05aa72d5b88ba3e7 (diff)
docs: mention GURU overlay in installation instructions (#497)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48432250..85f29797 100644
--- a/README.md
+++ b/README.md
@@ -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