From 84d65865e6febc784b8b0296dd4681d761fa5a67 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 29 Nov 2023 13:49:20 +0100 Subject: [PATCH] doc: add Void Linux installation instructions PR #2665 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 63c07258..a72b43cc 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,13 @@ same port as Haiku x86_64 using the x86 secondary architecture build: $ sudo pkgman install ripgrep_x86 ``` +If you're a **Void Linux** user, then you can install ripgrep from the +[official repository](https://voidlinux.org/packages/?arch=x86_64&q=ripgrep): + +``` +$ sudo xbps-install -Syv ripgrep +``` + If you're a **Rust programmer**, ripgrep can be installed with `cargo`. * Note that the minimum supported version of Rust for ripgrep is **1.70.0**,