From b1336e983e990b4361e722285c9c28f0cb8eafd0 Mon Sep 17 00:00:00 2001 From: Tobia De Koninck Date: Fri, 1 Mar 2019 15:49:34 +0100 Subject: [PATCH] Add installation instructions for openSUSE (#924) --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```