summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWesley Moore <wes@wezm.net>2018-05-14 20:45:39 +1000
committerAndrew Gallant <jamslam@gmail.com>2018-05-14 06:45:39 -0400
commita383d5c4e988f2bfb2cb78d86a48a07bf9835015 (patch)
treeff6e616d538d4d84abc67755f0b6b0ad6f34f6c2 /README.md
parent64317bda9f497d66bbeffa71ae6328601167a5bd (diff)
doc: add BSD packages to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index cea4385a..73262476 100644
--- a/README.md
+++ b/README.md
@@ -270,6 +270,24 @@ 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 a **FreeBSD** user, then you can install ripgrep from the [official ports](https://www.freshports.org/textproc/ripgrep/):
+
+```
+# pkg install ripgrep
+```
+
+If you're an **OpenBSD** user, then you can install ripgrep from the [official ports](http://openports.se/textproc/ripgrep):
+
+```
+$ doas pkg_add ripgrep
+```
+
+If you're a **NetBSD** user, then you can install ripgrep from [pkgsrc](http://pkgsrc.se/textproc/ripgrep):
+
+```
+# pkgin install 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.20**,
although ripgrep may work with older versions.