Compare commits

...

2 Commits

Author SHA1 Message Date
phiresky 179f7cb5ce
Merge pull request #204 from herbygillot/patch-1
readme: add MacPorts install info
4 months ago
Herby Gillot a4ca85e1d6
readme: add MacPorts install info
https://ports.macports.org/port/ripgrep-all/
4 months ago

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