summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAvindra Goolcharan <aavindraa@gmail.com>2018-04-09 07:22:04 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-04-09 07:22:04 -0400
commit0911ab15469ad45dcf9b08de90ba48b68c089aae (patch)
tree1c3b132103b3167a8320a4047857f2d940830fc0 /README.md
parentc4dd927a1348f2252fc3a8dbb7f96f93dc171d51 (diff)
readme: add openSUSE Tumbleweed package
Link to software.opensuse.org package and add `zypper` instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44e50eb3..19e70be2 100644
--- a/README.md
+++ b/README.md
@@ -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/):
```