summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-04-30 15:25:51 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-04-30 15:25:51 -0400
commit6ffb4b7466c914a2683847b5fb4e30ea16749e94 (patch)
tree3901583722cbf0362f605777399446353f2ce079 /README.md
parent198d1fede962814efbb2cc4883659c29492a2048 (diff)
doc: go away snap
Snap has caused a number of nonsensical bug reports, and not even the `--classic` flag seems capable of fixing them. Therefore, remove snap from the README and put in a special line in the ISSUE_TEMPLATE about snap. FIxes #902
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 4 insertions, 11 deletions
diff --git a/README.md b/README.md
index 0ed617c2..84a0011e 100644
--- a/README.md
+++ b/README.md
@@ -265,17 +265,10 @@ $ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/0.8.1/ripgrep
$ sudo dpkg -i ripgrep_0.8.1_amd64.deb
```
-If you're an **Ubuntu** user, ripgrep can be installed from the `snap` store.
-
-* Note that if you are using `16.04 LTS` or later, snap is already installed.
-* For older versions you can install snap using
- [this guide](https://docs.snapcraft.io/core/install-ubuntu).
-
-For the latest stable release:
-
-```
-$ sudo snap install --classic rg
-```
+(N.B. Various snaps for ripgrep on Ubuntu are also available, but none of them
+seem to work right and generate a number of very strange bug reports that I
+don't know how to fix and don't have the time to fix. Therefore, it is no
+longer a recommended installation option.)
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**,