1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00

readme: add openSUSE Tumbleweed package

Link to software.opensuse.org package and add `zypper` instructions.
This commit is contained in:
Avindra Goolcharan 2018-04-09 07:22:04 -04:00 committed by Andrew Gallant
parent c4dd927a13
commit 0911ab1546

View File

@ -234,6 +234,12 @@ $ sudo dnf copr enable carlwgeorge/ripgrep
$ sudo dnf install ripgrep
```
If you're an **openSUSE Tumbleweed** user, you can install ripgrep from the [official repo](http://software.opensuse.org/package/ripgrep):
```
$ sudo zypper install ripgrep
```
If you're a **RHEL/CentOS 7** user, you can install ripgrep from [copr](https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/):
```