Skip to content

Commit

Permalink
Merge pull request phiresky#204 from herbygillot/patch-1
Browse files Browse the repository at this point in the history
readme: add MacPorts install info
  • Loading branch information
phiresky authored Jan 21, 2024
2 parents 9a73618 + a4ca85e commit 179f7cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 179f7cb

Please sign in to comment.