summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorazarus <azarus@posteo.net>2017-10-02 13:13:04 +0200
committerDave Davenport <qball@gmpclient.org>2017-10-15 10:40:45 +0200
commit5f9a668f25b6363e4e07c3fb271fd5f3df2578a7 (patch)
treed7bd0876bd3cf2d81c2ee6e5fd9b358c03e18496
parent7b872191e7cc7bdf0c02a364db7874e51adce720 (diff)
Add gentoo install instructions.
-rw-r--r--INSTALL.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 3f031c24..3286fbbf 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -205,3 +205,22 @@ and also
```
pacman -S rofi
```
+
+### Gentoo
+
+An ebuild is available, `x11-misc/rofi`. It's up to date, but you may need to
+enable ~arch to get the latest release:
+
+```
+echo 'x11-misc/rofi ~amd64' >> /etc/portage/package.accept_keywords
+```
+
+for amd64 or:
+
+```
+echo 'x11-misc/rofi ~x86' >> /etc/portage/package.accept_keywords
+```
+
+for i386.
+
+To install it, simply issue `emerge rofi`.