Skip to content

Commit

Permalink
Merge pull request BurntSushi#183 from carlwgeorge/copr-instructions
Browse files Browse the repository at this point in the history
Add instructions for installation on Fedora 24+ and RHEL/CentOS 7.
  • Loading branch information
BurntSushi authored Oct 16, 2016
2 parents f2e1711 + b904c5d commit 31fbae5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,20 @@ If you're an **Arch Linux** user, then you can install `ripgrep` from the offici
$ pacman -S ripgrep
```

If you're a **Fedora 24+** user, you can install `ripgrep` from [copr](https://copr.fedorainfracloud.org/coprs/carlgeorge/ripgrep/):

```
$ dnf copr enable carlgeorge/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/):

```
$ yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlgeorge/ripgrep/repo/epel-7/carlgeorge-ripgrep-epel-7.repo
$ yum install ripgrep
```

If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`:

```
Expand Down

0 comments on commit 31fbae5

Please sign in to comment.