From 2118548c52aeaad9f313ad183e43c26684cad7a5 Mon Sep 17 00:00:00 2001 From: Matei Cotocel Date: Tue, 23 Mar 2021 15:01:13 +0400 Subject: [PATCH] Add Arch installation instructions to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 70c8881..a822ba6 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ sudo make install sudo make ``` +Alternativly, if you use Arch Linux, you can install Hilbish with an (unofficial) AUR package +```sh +yay -S hilbish-git +``` + ### Uninstall ```sh sudo make uninstall