From 856fa0ed5b98e00fef74b17a0eafefc161efa480 Mon Sep 17 00:00:00 2001 From: LILAY Date: Thu, 20 Nov 2025 23:28:39 +0700 Subject: [PATCH] docs(installation): update copr repo info in readme (#1545) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a87669d4..7409fc88 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Topgrade - GitHub Release - crates.io - AUR - Homebrew +GitHub Release +crates.io +AUR +Homebrew Demo @@ -37,6 +37,8 @@ To remedy this, **Topgrade** detects which tools you use and runs the appropriat - Windows ([Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/)): [ `winget install --id=topgrade-rs.topgrade -e`](https://winstall.app/apps/topgrade-rs.topgrade) - macOS or Linux ([Homebrew](https://brew.sh/)): [`brew install topgrade`](https://formulae.brew.sh/formula/topgrade) +- Fedora/RHEL/AlmaLinux/CentOS-Stream ([Copr](https://copr.fedorainfracloud.org/)): [ + `sudo dnf copr enable lilay/topgrade && sudo dnf install topgrade`](https://copr.fedorainfracloud.org/coprs/lilay/topgrade/) ### Community-maintained @@ -46,8 +48,6 @@ To remedy this, **Topgrade** detects which tools you use and runs the appropriat `scoop bucket add main && scoop install main/topgrade`](https://scoop.sh/#/apps?q=topgrade) - macOS ([MacPorts](https://www.macports.org/)): [ `sudo port install topgrade`](https://ports.macports.org/port/topgrade/) -- Fedora ([Copr](https://copr.fedorainfracloud.org/)): [ - `dnf copr enable lilay/topgrade && dnf install topgrade`](https://copr.fedorainfracloud.org/coprs/lilay/topgrade/) - NixOS or Nix (nixpkgs): [topgrade](https://search.nixos.org/packages?show=topgrade) - Void Linux: [`sudo xbps-install -S topgrade`](https://voidlinux.org/packages/?arch=x86_64&q=topgrade)