2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 19:23:24 +00:00

Add Arch installation instructions to README (#6)

* Add Arch installation instructions to README

* Highlighted (unofficial) in bold
This commit is contained in:
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

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