summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Macleod <alex@macleod.io>2019-01-28 13:15:36 +0000
committerAndrew Gallant <jamslam@gmail.com>2019-01-28 08:15:36 -0500
commit049354b7661d0e4af4bc99a0a6c9e10c4b2b1aff (patch)
tree413cdd40367c183710eb71558621c1dcb656c436
parent386dd2806d3411834b7666db7fc7d7bd3910ce6c (diff)
readme: remove EOL Fedora install instructions
Fedora 27 and below are past their EOL, so it can now be said that it's supported regularly on Fedora. PR #1177
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index 5e946596..0a618d52 100644
--- a/README.md
+++ b/README.md
@@ -248,21 +248,13 @@ If you're a **Gentoo** user, you can install ripgrep from the
$ emerge sys-apps/ripgrep
```
-If you're a **Fedora 27+** user, you can install ripgrep from official
+If you're a **Fedora** user, you can install ripgrep from official
repositories.
```
$ sudo dnf install ripgrep
```
-If you're a **Fedora 24+** user, you can install ripgrep from
-[copr](https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/):
-
-```
-$ sudo dnf copr enable carlwgeorge/ripgrep
-$ sudo dnf install ripgrep
-```
-
If you're an **openSUSE Leap 15.0** user, you can install ripgrep from the
[utilities repo](https://build.opensuse.org/package/show/utilities/ripgrep):