1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-24 17:12:16 +02:00

doc: fix typo in Debian install instructions

This commit is contained in:
David Peter 2018-02-20 12:59:21 +01:00 committed by Andrew Gallant
parent f3a9ced82c
commit 94768881e1

View File

@ -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.