2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

docs: add readline install for arch (#60)

This commit is contained in:
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

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