From 81b2d6c53acf82a83f8c54b0f78a4e3527aba67f Mon Sep 17 00:00:00 2001 From: Matei Cotocel Date: Tue, 23 Mar 2021 17:56:41 +0400 Subject: [PATCH] Add Arch installation instructions to README (#6) * Add Arch installation instructions to README * Highlighted (unofficial) in bold --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 70c8881..b205b92 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