From 8c73833efc7a25230a35669fb9113a897a283b4a Mon Sep 17 00:00:00 2001 From: tleb Date: Sun, 22 Nov 2020 15:56:02 +0100 Subject: [PATCH] readme: fix link to .deb This is a common thing to forget to do after a release. --- README.md | 4 ++-- 1 file 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