From fc69bd366c74bd888deed67fd2e654734fbb3fec Mon Sep 17 00:00:00 2001 From: Markus Dosch <757612+markusdosch@users.noreply.github.com> Date: Tue, 12 Oct 2021 17:08:14 +0200 Subject: readme: update install commands for Debian/Ubuntu This got overlooked during the last release. PR #2016 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46938bc7..3a1ed02a 100644 --- a/README.md +++ b/README.md @@ -272,8 +272,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/12.1.1/ripgrep_12.1.1_amd64.deb -$ sudo dpkg -i ripgrep_12.1.1_amd64.deb +$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb +$ sudo dpkg -i ripgrep_13.0.0_amd64.deb ``` If you run Debian Buster (currently Debian stable) or Debian sid, ripgrep is -- cgit v1.2.3