summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichele Bologna <michele.bologna@gmail.com>2019-01-23 03:46:11 +0100
committerAndrew Gallant <jamslam@gmail.com>2019-01-22 21:46:11 -0500
commitff712bfd9d0f26e08cf03a0a51b1f04440e074ba (patch)
tree6512b12625d0c11eab0246c8b68510f0cbc0c5a2 /README.md
parenta7f2d482342eb2250b5a32ee03a8fe16990228dc (diff)
readme: add instructions for openSUSE 15.0
PR #1088
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 58b7fadf..1e00122e 100644
--- a/README.md
+++ b/README.md
@@ -263,6 +263,15 @@ $ 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):
+
+```
+$ sudo zypper ar https://download.opensuse.org/repositories/utilities/openSUSE_Leap_15.0/utilities.repo
+$ sudo zypper install ripgrep
+```
+
+
If you're an **openSUSE Tumbleweed** user, you can install ripgrep from the
[official repo](http://software.opensuse.org/package/ripgrep):