From 9163aaac277f6db9938f464d78d212a0e8997c59 Mon Sep 17 00:00:00 2001 From: Ryan Hayle Date: Fri, 9 Mar 2018 12:09:02 +0000 Subject: [PATCH] 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. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5821853..12e01e8 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**,