From 3fd5fc8ac2fa660b934d1e30f394b867b00d908d Mon Sep 17 00:00:00 2001 From: devins2518 Date: Thu, 8 Apr 2021 09:29:48 -0500 Subject: [PATCH] docs: update docs to reflect both aur versions (#33) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 876ca48..9a18c11 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,14 @@ sudo make install sudo make all ``` -Alternativly, if you use Arch Linux, you can install Hilbish with an **(unofficial)** AUR package +Alternativly, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package ```sh yay -S hilbish-git ``` +Or install a prebuilt binary from an **(unofficial)** AUR package +```sh +yay -S hilbish +``` ### Uninstall ```sh