I added the way to install readline in arch

pull/59/head^2
danitw 2021-06-09 14:40:10 -03:00
parent f0013096fd
commit 3d1a7ab9e9
1 changed files with 5 additions and 0 deletions

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