From a4ca85e1d66c8a1396e35e42225b3a8d16ce79f2 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sat, 20 Jan 2024 15:24:01 -0500 Subject: [PATCH] readme: add MacPorts install info https://ports.macports.org/port/ripgrep-all/ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 446e60f..25ea543 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,12 @@ To install the dependencies that are each not strictly necessary but very useful `brew install pandoc poppler ffmpeg` +### MacPorts + +`rga` can also be installed on macOS via [MacPorts](https://ports.macports.org/port/ripgrep-all/): + +`sudo port install ripgrep-all` + ### Compile from source rga should compile with stable Rust (v1.75.0+, check with `rustc --version`). To build it, run the following (or the equivalent in your OS):