summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Hayle <hackel@users.noreply.github.com>2018-03-09 12:09:02 +0000
committerAndrew Gallant <jamslam@gmail.com>2018-03-09 07:09:02 -0500
commit9163aaac277f6db9938f464d78d212a0e8997c59 (patch)
tree041b792d74b56af9cd56eaaaa94c94c3f92ed341 /README.md
parent9d7448bfc04690300af1522a5165236dec2bc7cc (diff)
doc: add additional instructions for snap
In the snap store, ripgrep 0.8.1 is only available as a candidate release, while the default (stable) release is 0.7.1.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5821853a..12e01e8b 100644
--- a/README.md
+++ b/README.md
@@ -260,9 +260,14 @@ If you're an **Ubuntu** user, ripgrep can be installed from the `snap` store.
* If you get permission errors when running ripgrep after installation, try
uninstalling and then re-installing with the `--classic` flag.
+For the latest stable release:
```
$ sudo snap install rg
```
+For the most recent release candidate:
+```
+$ sudo snap install --candidate rg
+```
If you're a **Rust programmer**, ripgrep can be installed with `cargo`.
* Note that the minimum supported version of Rust for ripgrep is **1.20**,