From 4903b76342276c3e73f47e69d921f58561712b9e Mon Sep 17 00:00:00 2001
From: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
Date: Mon, 13 Apr 2020 19:54:13 +0200
Subject: [PATCH] doc: add doc on gentoo installation

to install `gotop` it is currently required to add `guru` overlay.
https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7556ef0da625367b40d5b0ce7cbd92141a3e5a81
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

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.