1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00

readme: remove brew tap instructions

The brew tap isn't really needed any more, since SIMD is now
automatically enabled in all binaries.
This commit is contained in:
Andrew Gallant 2019-04-15 18:32:33 -04:00
parent d03e30707e
commit f3083e4574
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -208,14 +208,6 @@ from homebrew-core, (compiled with rust stable, no SIMD):
$ brew install ripgrep $ 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 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): [official ports](https://www.macports.org/ports.php?by=name&substr=ripgrep):