Skip to content

Commit

Permalink
readme: add 'yum-utils' to RHEL/Centos instructions
Browse files Browse the repository at this point in the history
Closes #2103
  • Loading branch information
BurntSushi committed Jul 8, 2023
1 parent 5ad9222 commit e74f968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit e74f968

Please sign in to comment.