diff --git a/README.md b/README.md index 181c3f7..e68a3fa 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ then ripgrep can be installed using a binary `.deb` file provided in each [ripgrep release](https://github.com/BurntSushi/ripgrep/releases). ``` -$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep_14.1.1-1_amd64.deb +$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep_14.1.1-1_amd64.deb $ sudo dpkg -i ripgrep_14.1.1-1_amd64.deb ```