summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 18:32:33 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 18:32:33 -0400
commitf3083e4574ad20881de66fdeb66d671f1cbdfda4 (patch)
tree3c1ec6ed8dec6e436ff91c4b30ee6c4def07dad7
parentd03e30707e4d93ae23970045fcdcd1e6ca40882c (diff)
readme: remove brew tap instructions
The brew tap isn't really needed any more, since SIMD is now automatically enabled in all binaries.
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3c53daa1..5aef505d 100644
--- a/README.md
+++ b/README.md
@@ -208,14 +208,6 @@ 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
-$ brew install ripgrep-bin
-```
-
If you're a **MacPorts** user, then you can install ripgrep from the
[official ports](https://www.macports.org/ports.php?by=name&substr=ripgrep):