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): ```