2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-06 02:52:02 +00:00

I added the way to install readline in arch

This commit is contained in:
danitw 2021-06-09 14:40:10 -03:00
parent f0013096fd
commit 3d1a7ab9e9

View File

@ -61,6 +61,11 @@ On OpenSUSE, it can be installed with:
sudo zypper install readline-devel
```
On ArchLinux, it can be installed with:
```
sudo pacman -S install readline
```
#### Build
First, clone Hilbish:
```sh