chore: add readline as prerequisite

pull/24/head
TorchedSammy 2021-04-04 13:14:30 -04:00
parent 23f6986123
commit 453d04983a
1 changed files with 14 additions and 2 deletions

View File

@ -12,8 +12,20 @@ Prebuilt binaries are not yet provided, so to try it out you'll have to manually
**NOTE:** Hilbish is currently only officially supported and tested on Linux
### Requirements
- Go 1.16
### Prerequisites
- [Go 1.16](https://go.dev)
- GNU Readline
On Fedora, readline can be installed with:
```
sudo dnf install readline-devel
```
On Debian/Ubuntu and distros based on them, it can be installed with:
```
sudo apt install libreadline-dev
```
### Install
```sh