From dec0dc319653364d7a2c23dd78e65c8b0532f270 Mon Sep 17 00:00:00 2001 From: Pratham Verma <110521546+PrathamVerma999@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:18:50 +0530 Subject: [PATCH] doc: update link for debian installation PR #2829 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44698bb61..0b60d89c4 100644 --- a/README.md +++ b/README.md @@ -336,8 +336,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/13.0.0/ripgrep_13.0.0_amd64.deb -$ sudo dpkg -i ripgrep_13.0.0_amd64.deb +$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep_14.1.0-1_amd64.deb +$ sudo dpkg -i ripgrep_14.1.0-1_amd64.deb ``` If you run Debian stable, ripgrep is [officially maintained by