summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobia De Koninck <LEDfan@users.noreply.github.com>2019-03-01 15:49:34 +0100
committerDave Davenport <DaveDavenport@users.noreply.github.com>2019-03-01 15:49:34 +0100
commitb1336e983e990b4361e722285c9c28f0cb8eafd0 (patch)
treec00096987c3a4f5ed9f68124eaae8df1917f0479
parent6bbbd08941f56802d14fea6292669ded3c7fb3ca (diff)
Add installation instructions for openSUSE (#924)
-rw-r--r--INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 259c9fd5..d2144459 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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
+```