summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-07-08 14:11:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-07-08 18:52:42 -0400
commit3eccb7c363d23d3b5e936721ed3e4358fe0acc7c (patch)
treef887abc312a89a75b6e64051712875beb891b1e4
parentf30a30867e2ad79ca7b556e5c0dbbe8c58a89267 (diff)
readme: add 'yum-utils' to RHEL/Centos instructions
Closes #2103
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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
```