2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-10 22:33:22 +00:00

Add Arch installation instructions to README

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

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