summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxxxserxxx <60757196+xxxserxxx@users.noreply.github.com>2020-04-16 08:27:16 -0500
committerGitHub <noreply@github.com>2020-04-16 08:27:16 -0500
commit30ddd1bc33de5db0d5c7cc0c4c591e6cf1c0a9fd (patch)
tree5173eebef15709062832e91c3fa070d59725fe40
parent73a36212ac066733a7c8c505808d42b79b309b0c (diff)
parent4903b76342276c3e73f47e69d921f58561712b9e (diff)
Merge pull request #88 from tormath1/mt-gentoo-install
doc: add doc on gentoo installation
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5345005..31e31ea 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,15 @@ There is also a build-from-source package:
yay -S gotop
```
+### Gentoo
+
+`gotop` is available on [guru](https://gitweb.gentoo.org/repo/proj/guru.git) overlay. It's currently required to add this overlay in order to install `gotop`:
+
+```shell
+sudo layman -a guru
+sudo emerge gotop
+```
+
### OSX
gotop can be installed with [Homebrew](https://brew.sh/); you'll need to tap the recipe. If you'd previously tapped cjbassi's recipe, you'll want to untap that first. The old version of gotop is also included in Homebrew's core library, and that will always be chosen before any taps, so you have to specify the tap specifically.