From 7ed47a0541dbcdd80307496fa6b2d2811c30d5c0 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Tue, 24 Sep 2019 09:23:03 +0300 Subject: [PATCH] Add Homebrew instructions to README.md Close #9. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9be88f3..311f32f 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,16 @@ Just unzip the [Windows binary release][latestrelease] anywhere, possibly somewh If you get an error like `VCRUNTIME140.DLL could not be found`, you need to install [vc_redist.x64.exe](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads). -### OSX +### Homebrew/Linuxbrew -To get all necessary and optional dependencies: +`rga` can be installed with [Homebrew](https://brew.sh): -`brew install ripgrep pandoc poppler tesseract ffmpeg` +`brew install rga` + +To install the dependencies: + +`brew install pandoc poppler tesseract ffmpeg` -Then get the latest binary from [Releases][latestrelease]. ### Compile from source rga should compile with stable Rust (v1.36.0+, check with `rustc --version`). To build it, run the following (or the equivalent in your OS):