1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 22:33:07 +02:00

Updated Fedora section in the README.md file.

This commit is contained in:
Dejan Lekić
2025-08-03 16:58:37 +01:00
parent 5175798cb1
commit 2e0d66ca24

View File

@ -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:
<https://wiki.archlinux.org/index.php/Arch_User_Repository>
### 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