mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07: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:
parent
9d7448bfc0
commit
9163aaac27
@ -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
|
* If you get permission errors when running ripgrep after installation, try
|
||||||
uninstalling and then re-installing with the `--classic` flag.
|
uninstalling and then re-installing with the `--classic` flag.
|
||||||
|
|
||||||
|
For the latest stable release:
|
||||||
```
|
```
|
||||||
$ sudo snap install rg
|
$ 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`.
|
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**,
|
* Note that the minimum supported version of Rust for ripgrep is **1.20**,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user