summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-10 19:11:50 -0400
committerGitHub <noreply@github.com>2016-10-10 19:11:50 -0400
commitbc5accc035846a930bc75cb5d710e477e4527a39 (patch)
treed1a75f042d204be6695accde342d3907a0c44c04
parentc9d0ca8257d7ccb3d65b607f4b3969198bce1e40 (diff)
parent604da8eb8643b86308b0a0bd5cb3f8c2c4646def (diff)
Merge pull request #161 from moshen/update-homebrew-readme
Update Homebrew instructions in the README
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index b0848f09..0192230c 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,15 @@ but you'll need to have the
[Microsoft VC++ 2015 redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
installed.
-If you're a **Homebrew** user, then you can install it with a custom tap:
+If you're a **Mac OS X Homebrew** user, then you can install ripgrep either
+from homebrew-core, (compiled with rust stable, no SIMD):
+
+```
+$ brew install ripgrep
+```
+
+or you can install a binary compiled with rust nightly (including SIMD and all
+optimizations) by utilizing a custom tap:
```
$ brew tap burntsushi/ripgrep https://github.com/BurntSushi/ripgrep.git