summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2018-02-20 12:59:21 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-02-20 06:59:21 -0500
commit94768881e1cb94eb52377da26e00db1a31f9d82c (patch)
treeee210bc812e6a8252215e9585288051f0c589dfd
parentf3a9ced82c61d9b388c6e688c9522ce952928d4d (diff)
doc: fix typo in Debian install instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5956af9c..f823f6e8 100644
--- a/README.md
+++ b/README.md
@@ -250,7 +250,7 @@ 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
+$ sudo dpkg -i ripgrep_0.8.0_amd64.deb
```
If you're an **Ubuntu** user, ripgrep can be installed from the `snap` store.