Merge pull request #88 from tormath1/mt-gentoo-install

doc: add doc on gentoo installation
This commit is contained in:
xxxserxxx 2020-04-16 08:27:16 -05:00 committed by GitHub
commit 30ddd1bc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,15 @@ There is also a build-from-source package:
yay -S gotop 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 ### 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. 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.