summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2018-01-07 20:33:52 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-01-07 16:48:48 -0500
commitc687d3a7c01c6f0749d54e2dce83b3559acd36f8 (patch)
tree68b6657303ae131fe09627f9dbc06f8e6b2002dc
parentfbc1e7fa18e45c3ec6a9a222adbe3b5f47778d9b (diff)
trivial: update instructions for Fedora
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index b611481e..c022e35d 100644
--- a/README.md
+++ b/README.md
@@ -191,18 +191,24 @@ If you're a **Gentoo** user, you can install `ripgrep` from the [official repo](
$ emerge sys-apps/ripgrep
```
+If you're a **Fedora 28+** user, you can install `ripgrep` from [copr](https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/):
+
+```
+$ sudo dnf install ripgrep
+```
+
If you're a **Fedora 24+** user, you can install `ripgrep` from [copr](https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/):
```
-$ dnf copr enable carlwgeorge/ripgrep
-$ dnf install ripgrep
+$ sudo dnf copr enable carlwgeorge/ripgrep
+$ sudo dnf install ripgrep
```
If you're a **RHEL/CentOS 7** user, you can install `ripgrep` from [copr](https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/):
```
-$ yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
-$ yum install ripgrep
+$ 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