From 2ebd768d404952b5412997555b84b6ca2e20f8b8 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 19 Aug 2025 16:07:07 -0400 Subject: [PATCH] doc: remove CentOS/RHEL installation instructions These distros, or their Docker images, appear FUBAR. The UX is so poor that I cannot verify the correct installation instructions. So I'm removing them. Ref https://github.com/BurntSushi/ripgrep/pull/2981#issuecomment-3202063173 Closes #2981, Closes #3124 --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index e4e56031..7373c39b 100644 --- a/README.md +++ b/README.md @@ -302,15 +302,6 @@ 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/): - -``` -$ 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 -``` - If you're a **Nix** user, you can install ripgrep from [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ri/ripgrep/package.nix):