docs: add readline install for arch (#60)

pull/61/head
Daniel de Sá 2021-06-09 15:38:04 -03:00 committed by GitHub
parent e37abcb08b
commit ea67ae228c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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