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:
parent
7b872191e7
commit
5f9a668f25
1 changed files with 19 additions and 0 deletions
19
INSTALL.md
19
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`.
|
||||
|
|
Loading…
Reference in a new issue