From b92550b67baf99d08b291101af5ba19667f81f34 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Mon, 10 Oct 2022 21:29:45 +0300 Subject: [PATCH] readme: add install command for ALT Linux Closes #2330 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2dc8b904..66e390de 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,13 @@ seem to work right and generate a number of very strange bug reports that I don't know how to fix and don't have the time to fix. Therefore, it is no longer a recommended installation option.) +If you're an **ALT** user, you can install ripgrep from the +[official repo](https://packages.altlinux.org/en/search?name=ripgrep): + +``` +$ sudo apt-get install ripgrep +``` + If you're a **FreeBSD** user, then you can install ripgrep from the [official ports](https://www.freshports.org/textproc/ripgrep/):