From 94768881e1cb94eb52377da26e00db1a31f9d82c Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 20 Feb 2018 12:59:21 +0100 Subject: [PATCH] doc: fix typo in Debian install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.