From 59d4cd5ceb069267bda6d3745d5a4ba9fd4d64a4 Mon Sep 17 00:00:00 2001 From: Freddson <67077079+Freddson@users.noreply.github.com> Date: Thu, 29 Apr 2021 16:00:25 +0200 Subject: [PATCH] docs: Add zypper to the README --- 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