mirror of https://github.com/Hilbis/Hilbish
docs: Add zypper to the README (#42)
parent
d7104ec591
commit
777d6ac482
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue