From a7f1276021df2217dead1481b2c2b38595ed8fb3 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 12 Jun 2023 07:50:13 -0400 Subject: [PATCH] readme: update Debian instructions We probably don't need to mention Buster specifically nor Debian unstable since ripgrep has been in Debian for a while now. But we can't just get rid of the `deb` file either, because Debian might package a very old version. Fixes #2531 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fc2728c..8b6df885 100644 --- a/README.md +++ b/README.md @@ -287,8 +287,10 @@ $ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgre $ sudo dpkg -i ripgrep_13.0.0_amd64.deb ``` -If you run Debian Buster (currently Debian stable) or Debian sid, ripgrep is -[officially maintained by Debian](https://tracker.debian.org/pkg/rust-ripgrep). +If you run Debian stable, ripgrep is [officially maintained by +Debian](https://tracker.debian.org/pkg/rust-ripgrep), although its version may +be older than the `deb` package available in the previous step. + ``` $ sudo apt-get install ripgrep ```