docs: update docs to reflect both aur versions

pull/33/head
Devin Singh 2021-04-08 09:25:11 -05:00
parent bbfe28dbae
commit 0512e2d5ba
No known key found for this signature in database
GPG Key ID: 7EA319C5D57B6506
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