summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGibson Fahnestock <gibfahn@gmail.com>2020-02-15 22:19:22 +0000
committerGitHub <noreply@github.com>2020-02-15 17:19:22 -0500
commitc78c3236a8c530af076ec3d56c48e4bfa7dcd677 (patch)
treeaa65ec12520bf54751f47f4246800e2f292de76a
parent7cf21600cd8d1ef4788a64c8c32cafe3d72bdc38 (diff)
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]: https://github.com/BurntSushi/ripgrep/commit/f3083e4574ad20881de66fdeb66d671f1cbdfda4 PR #1431
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index ed6decbe..75173a82 100644
--- a/README.md
+++ b/README.md
@@ -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)
installed.
-If you're a **macOS Homebrew** or a **Linuxbrew** user,
-then you can install ripgrep either
-from homebrew-core, (compiled with rust stable, no SIMD):
+If you're a **macOS Homebrew** or a **Linuxbrew** user, then you can install
+ripgrep from homebrew-core:
```
$ brew install ripgrep