From 79a24cc2b4fcd6e63a1a755f73e3ab95da8f0967 Mon Sep 17 00:00:00 2001 From: sammyette Date: Mon, 19 Dec 2022 23:13:33 -0400 Subject: [PATCH] website(install): add copr to install instructions on website --- website/content/install.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/content/install.md b/website/content/install.md index 731b8c0..1ae103f 100644 --- a/website/content/install.md +++ b/website/content/install.md @@ -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: