docs: add readline install for arch

pull/60/head
danitw 2021-06-09 15:03:18 -03:00
parent e37abcb08b
commit a68aba81b9
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 Arch Linux, it can be installed with:
```
sudo pacman -S install readline
```
#### Build
First, clone Hilbish:
```sh