summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCrestwave <35413013+Crestwave@users.noreply.github.com>2020-01-21 20:34:24 +0800
committerAndrew Gallant <jamslam@gmail.com>2020-01-21 07:34:24 -0500
commitc358700dfbc350115af0b5e03ae5a16f28b3dc4d (patch)
treed4975ee00d0c642035a58c5919988d1dd82ddd8f /README.md
parent8670a4a9699c207d26a9409868879249bd93eac6 (diff)
readme: add instructions for Haiku x86_64 and x86_gcc2
PR #1465
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3794420..85da4ce4 100644
--- a/README.md
+++ b/README.md
@@ -332,6 +332,20 @@ If you're a **NetBSD** user, then you can install ripgrep from
# pkgin install ripgrep
```
+If you're a **Haiku x86_64** user, then you can install ripgrep from the
+[official ports](https://github.com/haikuports/haikuports/tree/master/sys-apps/ripgrep):
+
+```
+$ pkgman install ripgrep
+```
+
+If you're a **Haiku x86_gcc2** user, then you can install ripgrep from the
+same port as Haiku x86_64 using the x86 secondary architecture build:
+
+```
+$ pkgman install ripgrep_x86
+```
+
If you're a **Rust programmer**, ripgrep can be installed with `cargo`.
* Note that the minimum supported version of Rust for ripgrep is **1.34.0**,