2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-03 04:03:25 +00:00

docs: Add zypper to the README (#42)

This commit is contained in:
Freddson 2021-04-29 16:02:04 +02:00 committed by GitHub
parent d7104ec591
commit 777d6ac482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,11 @@ On Debian/Ubuntu and distros based on them, it can be installed with:
sudo apt install libreadline-dev sudo apt install libreadline-dev
``` ```
On OpenSUSE, it can be installed with:
```
sudo zypper install readline-devel
```
### Install ### Install
```sh ```sh
git clone https://github.com/Hilbis/Hilbish git clone https://github.com/Hilbis/Hilbish