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**,