docs: update docs to reflect both aur versions (#33)

pull/38/head
devins2518 2021-04-08 09:29:48 -05:00 committed by GitHub
parent bbfe28dbae
commit 3fd5fc8ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -37,10 +37,14 @@ sudo make install
sudo make all 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 ```sh
yay -S hilbish-git yay -S hilbish-git
``` ```
Or install a prebuilt binary from an **(unofficial)** AUR package
```sh
yay -S hilbish
```
### Uninstall ### Uninstall
```sh ```sh