mirror of https://github.com/Hilbis/Hilbish
website(install): add copr to install instructions on website
parent
d37e036d1f
commit
79a24cc2b4
|
@ -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
|
For a **development build**: https://nightly.link/Rosettea/Hilbish/workflows/build/master
|
||||||
|
|
||||||
## Package Repositories
|
## 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)
|
### Arch Linux (AUR)
|
||||||
Hilbish is on the AUR. Setup an AUR helper, and install.
|
Hilbish is on the AUR. Setup an AUR helper, and install.
|
||||||
Example with yay:
|
Example with yay:
|
||||||
|
|
Loading…
Reference in New Issue