Add Arch installation instructions to README

pull/6/head
Matei Cotocel 2021-03-23 15:01:13 +04:00 committed by GitHub
parent fb8248c7b8
commit 2118548c52
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