From 3eccb7c363d23d3b5e936721ed3e4358fe0acc7c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 8 Jul 2023 14:11:31 -0400 Subject: [PATCH] readme: add 'yum-utils' to RHEL/Centos instructions Closes #2103 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbd9b0f9..8402eec8 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ 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 ```