mirror of https://github.com/Hilbis/Hilbish
docs: update docs to reflect both aur versions (#33)
parent
bbfe28dbae
commit
3fd5fc8ac2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue