2022-06-22 02:05:46 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
---
|
2022-06-22 02:28:39 +00:00
|
|
|
# Github Prebuilt Binaries
|
|
|
|
The easiest and best way to get Hilbish is directly from Github.
|
|
|
|
For official stable releases, check out the latest [Github release.](https://github.com/Rosettea/Hilbish/releases/latest)
|
|
|
|
|
|
|
|
# Linux Repositories
|
|
|
|
Hilbish is packaged in a *few* repositories for some distros.
|
|
|
|
|
|
|
|
## Arch Linux (AUR)
|
|
|
|
Hilbihs is on the AUR. Setup an AUR helper, and install.
|
|
|
|
Example with yay:
|
|
|
|
|
|
|
|
```
|
|
|
|
yay -S hilbish
|
|
|
|
```
|
|
|
|
|
|
|
|
Or, from master branch:
|
|
|
|
```
|
|
|
|
yay -S hilbish-git
|
|
|
|
```
|
|
|
|
|
|
|
|
## Alpine Linux
|
|
|
|
Hilbish is currentlty in the testing/edge repository for Alpine.
|
|
|
|
Follow the steps [here](https://wiki.alpinelinux.org/wiki/Enable_Community_Repository)
|
|
|
|
(Using testing repositories) and install:
|
|
|
|
```
|
|
|
|
apk install hilbish
|
|
|
|
```
|