From 5f9a668f25b6363e4e07c3fb271fd5f3df2578a7 Mon Sep 17 00:00:00 2001 From: azarus Date: Mon, 2 Oct 2017 13:13:04 +0200 Subject: [PATCH] Add gentoo install instructions. --- INSTALL.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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`.