readme: add MacPorts install info

https://ports.macports.org/port/ripgrep-all/
pull/204/head
Herby Gillot 3 months ago committed by GitHub
parent 9a73618a8f
commit a4ca85e1d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save