Add Arch installation instructions to README (#6)

* Add Arch installation instructions to README

* Highlighted (unofficial) in bold
pull/9/head
Matei Cotocel 2021-03-23 17:56:41 +04:00 committed by GitHub
parent fb8248c7b8
commit 81b2d6c53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ sudo make install
sudo make
```
Alternativly, if you use Arch Linux, you can install Hilbish with an **(unofficial)** AUR package
```sh
yay -S hilbish-git
```
### Uninstall
```sh
sudo make uninstall