Add gentoo install instructions.

This commit is contained in:
azarus 2017-10-02 13:13:04 +02:00
parent 8da55024c5
commit 591f539a4a
No known key found for this signature in database
GPG Key ID: E27F15BEFDA8EA91
1 changed files with 19 additions and 0 deletions

View File

@ -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`.