mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-05 14:42:07 -07:00
doc: add BSD packages to README
This commit is contained in:
committed by
Andrew Gallant
parent
64317bda9f
commit
a383d5c4e9
18
README.md
18
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
|
don't know how to fix and don't have the time to fix. Therefore, it is no
|
||||||
longer a recommended installation option.)
|
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`.
|
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**,
|
* Note that the minimum supported version of Rust for ripgrep is **1.20**,
|
||||||
although ripgrep may work with older versions.
|
although ripgrep may work with older versions.
|
||||||
|
Reference in New Issue
Block a user