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
1 changed files with 8 additions and 0 deletions

View File

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