mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-21 23:23:47 -07:00
doc: update installation instructions for RHEL/CentOS/Rocky Linux 9
Closes #2924, Closes #2981, Closes #3124
This commit is contained in:
11
README.md
11
README.md
@@ -302,6 +302,17 @@ and **openSUSE Leap** since 15.1.
|
||||
$ sudo zypper install ripgrep
|
||||
```
|
||||
|
||||
If you're a **RHEL/CentOS/Rocky Linux 9** user, you can install ripgrep from
|
||||
the [EPEL](https://docs.fedoraproject.org/en-US/epel/) repository:
|
||||
|
||||
```
|
||||
$ sudo dnf config-manager --set-enabled crb
|
||||
$ sudo dnf install -y \
|
||||
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
|
||||
https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm
|
||||
$ sudo dnf install -y 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):
|
||||
|
||||
|
Reference in New Issue
Block a user