1
0
Fork 0
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:
Tobia De Koninck 2019-03-01 15:49:34 +01:00 committed by Dave Davenport
parent 6bbbd08941
commit b1336e983e

View file

@ -229,3 +229,11 @@ echo 'x11-misc/rofi ~x86' >> /etc/portage/package.accept_keywords
for i386. for i386.
To install it, simply issue `emerge rofi`. To install it, simply issue `emerge rofi`.
### openSUSE
On both openSUSE Leap and openSUSE Tumbleweed rofi can be installed using:
```
sudo zypper install rofi
```