2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

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

This commit is contained in:
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

View File

@ -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