summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl George <carl@george.computer>2017-07-07 23:43:08 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-07-08 07:57:58 -0400
commitaeac85389daefaf7eb6f316627ec4051e336ec55 (patch)
treea9e8d741b4f75bbe2136bf6394e1f63425229e28
parent9b3921098a6804879a4425716bfb72a8a003a313 (diff)
update COPR name
I switched Fedora usernames, so new builds will be at a different URL.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6b8202e0..9643d7ca 100644
--- a/README.md
+++ b/README.md
@@ -187,17 +187,17 @@ If you're a **Gentoo** user, you can install `ripgrep` from the [official repo](
$ emerge ripgrep
```
-If you're a **Fedora 24+** user, you can install `ripgrep` from [copr](https://copr.fedorainfracloud.org/coprs/carlgeorge/ripgrep/):
+If you're a **Fedora 24+** user, you can install `ripgrep` from [copr](https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/):
```
-$ dnf copr enable carlgeorge/ripgrep
+$ dnf copr enable carlwgeorge/ripgrep
$ dnf install ripgrep
```
-If you're a **RHEL/CentOS 7** user, you can install `ripgrep` from [copr](https://copr.fedorainfracloud.org/coprs/carlgeorge/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/carlgeorge/ripgrep/repo/epel-7/carlgeorge-ripgrep-epel-7.repo
+$ yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
$ yum install ripgrep
```