From 3d1a7ab9e954553c3b5127a77df61eb1c56012bf Mon Sep 17 00:00:00 2001 From: danitw Date: Wed, 9 Jun 2021 14:40:10 -0300 Subject: [PATCH] I added the way to install readline in arch --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index edc6ba4..94a88d9 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ On OpenSUSE, it can be installed with: sudo zypper install readline-devel ``` +On ArchLinux, it can be installed with: +``` +sudo pacman -S install readline +``` + #### Build First, clone Hilbish: ```sh