mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 12:13:25 +00:00
chore: add readline as prerequisite
This commit is contained in:
parent
23f6986123
commit
453d04983a
16
README.md
16
README.md
@ -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
|
**NOTE:** Hilbish is currently only officially supported and tested on Linux
|
||||||
|
|
||||||
### Requirements
|
### Prerequisites
|
||||||
- Go 1.16
|
- [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
|
### Install
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user