mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add installation instructions for openSUSE (#924)
This commit is contained in:
parent
6bbbd08941
commit
b1336e983e
1 changed files with 8 additions and 0 deletions
|
@ -229,3 +229,11 @@ echo 'x11-misc/rofi ~x86' >> /etc/portage/package.accept_keywords
|
|||
for i386.
|
||||
|
||||
To install it, simply issue `emerge rofi`.
|
||||
|
||||
### openSUSE
|
||||
|
||||
On both openSUSE Leap and openSUSE Tumbleweed rofi can be installed using:
|
||||
|
||||
```
|
||||
sudo zypper install rofi
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue