From e5d6023b389a3d292a2235d9b44e3d32625e42a3 Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 12 Aug 2025 18:57:25 -0500 Subject: [PATCH] doc: update CentOS/RHEL instructions The copr repo is no longer needed as ripgrep has been available from EPEL for several years now. Fixes #2924, Closes #2981, Closes #3124 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e4e56031..55e008d5 100644 --- a/README.md +++ b/README.md @@ -302,13 +302,11 @@ and **openSUSE Leap** since 15.1. $ sudo zypper install ripgrep ``` -If you're a **RHEL/CentOS 7/8** user, you can install ripgrep from -[copr](https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/): +If you're a **RHEL/CentOS** user, you can install ripgrep from the +[EPEL](https://docs.fedoraproject.org/en-US/epel/getting-started/) repository. ``` -$ sudo yum install -y yum-utils -$ sudo yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo -$ sudo yum install ripgrep +$ sudo dnf install ripgrep ``` If you're a **Nix** user, you can install ripgrep from