From b2d43ad425f6a0b3076962e8caaa3084f6b4cee4 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 9 Jan 2026 03:14:54 -0800 Subject: [PATCH] fix copr install section --- src/guide/v0_2_0/install-setup.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/guide/v0_2_0/install-setup.md b/src/guide/v0_2_0/install-setup.md index c3d2c35..266a797 100644 --- a/src/guide/v0_2_0/install-setup.md +++ b/src/guide/v0_2_0/install-setup.md @@ -73,8 +73,15 @@ yay -S quickshell-git (or your AUR helper of choice) ### Fedora -Quickshell is available in Fedora Rawhide as [`quickshell`](https://packages.fedoraproject.org/pkgs/quickshell/quickshell/), -or from the [errornointernet/quickshell] COPR, as either: +Release versions of Quickshell are available in Fedora Rawhide as [`quickshell`](https://packages.fedoraproject.org/pkgs/quickshell/quickshell/), + +To install: +```sh +sudo dnf install quickshell +``` + +#### Fedora COPR +Release and development versions of Quickshell are available from the [errornointernet/quickshell] COPR, as either: - `quickshell` that tracks the latest release - `quickshell-git` that tracks the master branch