summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortleb <theo.lebrun@live.fr>2020-11-22 15:56:02 +0100
committerGitHub <noreply@github.com>2020-11-22 09:56:02 -0500
commit8c73833efc7a25230a35669fb9113a897a283b4a (patch)
tree2c07684d4ee761519a84d6b9a5ec720baf14b6a3
parent44e69ba627b08b2068de7f9976a9ea40e5849e9b (diff)
readme: fix link to .deb
This is a common thing to forget to do after a release.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 575996f5..2d7a53f3 100644
--- a/README.md
+++ b/README.md
@@ -278,8 +278,8 @@ 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/11.0.2/ripgrep_11.0.2_amd64.deb
-$ sudo dpkg -i ripgrep_11.0.2_amd64.deb
+$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/12.1.1/ripgrep_12.1.1_amd64.deb
+$ sudo dpkg -i ripgrep_12.1.1_amd64.deb
```
If you run Debian Buster (currently Debian stable) or Debian sid, ripgrep is