From 453d04983a1c4f7a4fac17598f032302cf4ddb9c Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 4 Apr 2021 13:14:30 -0400 Subject: [PATCH] chore: add readline as prerequisite --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41836a0..876ca48 100644 --- a/README.md +++ b/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 -### 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