From 2e0d66ca2473f1cf11e71d120812687047dfb85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dejan=20Leki=C4=87?= Date: Sun, 3 Aug 2025 16:58:37 +0100 Subject: [PATCH] Updated Fedora section in the README.md file. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f38b217a..62da8e80b 100644 --- a/README.md +++ b/README.md @@ -283,15 +283,21 @@ and the git version which builds from the most recent commit. Instruction of how to install AUR content can be found here: -### Fedora and RHEL +### Fedora / Amazon Linux 2023 / CentOS Stream -Packages for Fedora/RHEL and CentOS Stream are available via [Copr](https://copr.fedorainfracloud.org/coprs/atim/lazygit/) (Cool Other Package Repo). +Packages for Fedora, Amazon Linux 2023 and CentOS Stream are available via +[Copr](https://copr.fedorainfracloud.org/coprs/dejan/lazygit/) (Cool Other Package Repo). ```sh -sudo dnf copr enable atim/lazygit -y +sudo dnf copr enable dejan/lazygit sudo dnf install lazygit ``` +These packages are built using the RPM spec file located here: https://codeberg.org/dejan/rpm-lazygit + +You should be able to build RPMs for Fedora 41 or older, and other Fedora derivatives using the +SRPM (Source RPM) file that you can grab from the latest COPR build. + ### Solus Linux ```sh