Ripgrep installs from Linuxbrew just fine and works as expected.

Mentioned it in the README file :)
This commit is contained in:
Omer Katz 2017-09-11 11:59:28 +03:00 committed by Andrew Gallant
parent 413178bc2c
commit ab4b6ab9c3

View File

@ -157,7 +157,7 @@ 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 **Mac OS X Homebrew** user, then you can install ripgrep either If you're a **Mac OS X Homebrew** or a **Linuxbrew`` user, then you can install ripgrep either
from homebrew-core, (compiled with rust stable, no SIMD): from homebrew-core, (compiled with rust stable, no SIMD):
``` ```