summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGeorge Plymale II <georgedp@orbitalimpact.com>2018-05-24 13:01:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-05-24 13:01:28 -0400
commitc21b9b20cf0d4d25bd2765f39a2d19a782c4b254 (patch)
tree8f70936cefa88c308445c7089f2bffb35d18e307 /README.md
parentce145c6a2ac688b9278a20ec6bcfd761b03df512 (diff)
doc: add MacPorts installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed6a9ef6..efc41683 100644
--- a/README.md
+++ b/README.md
@@ -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):
```