summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-20 20:19:03 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-20 20:19:03 -0500
commit9c216ad9a40ac97a081beffec9fb6fe6bfc8984d (patch)
tree96cb0ef9f00953299efdd4d9a2ad9c1e48170bb8 /README.md
parent6862e078707b41d36c1067b09c3efa84b406db8d (diff)
release: 0.8.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 777c34fa..b147b16c 100644
--- a/README.md
+++ b/README.md
@@ -249,8 +249,8 @@ then ripgrep can be installed using a binary `.deb` file provided in each
ripgrep is not in the official Debian or Ubuntu repositories.
```
-$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/0.8.0/ripgrep_0.8.0_amd64.deb
-$ sudo dpkg -i ripgrep_0.8.0_amd64.deb
+$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/0.8.1/ripgrep_0.8.1_amd64.deb
+$ sudo dpkg -i ripgrep_0.8.1_amd64.deb
```
If you're an **Ubuntu** user, ripgrep can be installed from the `snap` store.