website(install): add copr to install instructions on website

pull/220/head
sammyette 2022-12-19 23:13:33 -04:00
parent d37e036d1f
commit 79a24cc2b4
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 17 additions and 0 deletions

View File

@ -16,6 +16,23 @@ For the latest **stable release**, check here: https://github.com/Rosettea/Hilbi
For a **development build**: https://nightly.link/Rosettea/Hilbish/workflows/build/master
## Package Repositories
### Fedora (COPR)
An official COPR is offered to install Hilbish easily on Fedora.
Enable the repo:
```
sudo dnf copr enable sammyette/Hilbish
```
And install Hilbish:
```
sudo dnf install hilbish
```
Or for the latest development build from master:
```
sudo dnf install hilbish-git
```
### Arch Linux (AUR)
Hilbish is on the AUR. Setup an AUR helper, and install.
Example with yay: