From 777d6ac4829a101a5adc6510e6b909ae6e013bcb Mon Sep 17 00:00:00 2001 From: Freddson <67077079+Freddson@users.noreply.github.com> Date: Thu, 29 Apr 2021 16:02:04 +0200 Subject: [PATCH] docs: Add zypper to the README (#42) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eaf8394..693e46e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ On Debian/Ubuntu and distros based on them, it can be installed with: sudo apt install libreadline-dev ``` +On OpenSUSE, it can be installed with: +``` +sudo zypper install readline-devel +``` + ### Install ```sh git clone https://github.com/Hilbis/Hilbish