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

readme: remove outdated SIMD info

Looks like the upstream brew Formula [0][] now has SIMD support, so
remove the extraneous info now that the custom tap is no longer needed
[1][].

[0]: https://github.com/Homebrew/homebrew-core/blob/master/Formula/ripgrep.rb
[1]: f3083e4574

PR #1431
This commit is contained in:
Gibson Fahnestock 2020-02-15 22:19:22 +00:00 committed by GitHub
parent 7cf21600cd
commit c78c3236a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,9 +202,8 @@ prefer MSVC over GNU, but you'll need to have the [Microsoft VC++ 2015
redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145) redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
installed. installed.
If you're a **macOS Homebrew** or a **Linuxbrew** user, If you're a **macOS Homebrew** or a **Linuxbrew** user, then you can install
then you can install ripgrep either ripgrep from homebrew-core:
from homebrew-core, (compiled with rust stable, no SIMD):
``` ```
$ brew install ripgrep $ brew install ripgrep