1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Add gentoo install instructions.

This commit is contained in:
azarus 2017-10-02 13:13:04 +02:00 committed by Dave Davenport
parent 7b872191e7
commit 5f9a668f25

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