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
parent 8da55024c5
commit 591f539a4a
No known key found for this signature in database
GPG key ID: E27F15BEFDA8EA91

View file

@ -205,3 +205,22 @@ and also
``` ```
pacman -S rofi 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`.