From b300caf3612143280a4e8ea3a5b4c526ec452e55 Mon Sep 17 00:00:00 2001 From: Tarulia <556162+mihawk90@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:11:01 +0200 Subject: [PATCH] Change install instructions for Fedora to use repository instead (#116) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f78d6f5..a89b219 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ yay -S rsgain #### Fedora -A package is available on the [release page](https://github.com/complexlogic/rsgain/releases/latest) that is compatible with Fedora 39. +rsgain is packaged in Fedora's repositories. You can use `dnf` to install: ```bash -sudo dnf install https://github.com/complexlogic/rsgain/releases/download/v3.5/rsgain-3.5-1.x86_64.rpm +sudo dnf install rsgain ``` #### Nix/NixOS