2
3
зеркало из https://github.com/sammy-ette/Hilbish synced 2025-08-10 02:52:03 +00:00
Этот коммит содержится в:
sammy 2021-05-08 08:57:16 -04:00
родитель e6382d454d 70a9e471eb
Коммит cdd9dc1544
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 50EE40A2809851F5

Просмотреть файл

@ -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
``` ```