From 42c22aac966add6567f7447240f55cef7b71153c Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:12:45 -0400 Subject: [PATCH] docs: add newline between readline dep and fedora install step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bfbe94..2e81080 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ like what is highlighted in the screenshot. ### Manual Build #### Prerequisites - [Go 1.16](https://go.dev) - - GNU Readline + On Fedora, readline can be installed with: ``` sudo dnf install readline-devel