2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-03 12:13:25 +00:00

chore: merge from master

This commit is contained in:
sammy 2021-05-08 08:57:16 -04:00
commit cdd9dc1544
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5

View File

@ -60,11 +60,11 @@ sudo make install
sudo make all sudo make all
``` ```
Alternativly, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package Alternatively, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package:
```sh ```sh
yay -S hilbish yay -S hilbish
``` ```
If you want the latest and greatest, you can install and compile from latest git commit If you want the latest and greatest, you can install and compile from latest git commit:
```sh ```sh
yay -S hilbish-git yay -S hilbish-git
``` ```