1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02:00

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.
This commit is contained in:
Ryan Hayle 2018-03-09 12:09:02 +00:00 committed by Andrew Gallant
parent 9d7448bfc0
commit 9163aaac27

View File

@ -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**,