From ea67ae228cb8cc22c0bcef18a034bb24a4530736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20de=20S=C3=A1?= Date: Wed, 9 Jun 2021 15:38:04 -0300 Subject: [PATCH] docs: add readline install for arch (#60) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index edc6ba4..5bfbe94 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ On OpenSUSE, it can be installed with: sudo zypper install readline-devel ``` +On Arch Linux, it can be installed with: +``` +sudo pacman -S install readline +``` + #### Build First, clone Hilbish: ```sh