doc: add MacPorts installation instructions

This commit is contained in:
George Plymale II 2018-05-24 13:01:28 -04:00 committed by Andrew Gallant
parent ce145c6a2a
commit c21b9b20cf

View File

@ -197,6 +197,13 @@ $ brew tap burntsushi/ripgrep https://github.com/BurntSushi/ripgrep.git
$ brew install ripgrep-bin
```
If you're a **MacPorts** user, then you can install ripgrep from the
[official ports](https://www.macports.org/ports.php?by=name&substr=ripgrep):
```
$ sudo port install ripgrep
```
If you're a **Windows Chocolatey** user, then you can install ripgrep from the [official repo](https://chocolatey.org/packages/ripgrep):
```