summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliberodark <liberodark@gmail.com>2023-11-29 13:49:20 +0100
committerGitHub <noreply@github.com>2023-11-29 07:49:20 -0500
commit84d65865e6febc784b8b0296dd4681d761fa5a67 (patch)
treedf3de000f631b3f1b36640eae031f29325ff4e7a
parentd9aaa118737d498e4be63c6ea7e80e654e2e80da (diff)
doc: add Void Linux installation instructions
PR #2665
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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**,