summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2017-09-11 11:59:28 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-10-08 08:03:00 -0400
commitab4b6ab9c3bd4c63f414d890b91cf6eefa23a977 (patch)
tree08e06f19293c1558c4d84e4e6060d209c3e62409
parent413178bc2c176f3e150b58b725c490ad243e6984 (diff)
Ripgrep installs from Linuxbrew just fine and works as expected.
Mentioned it in the README file :)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 605e47d4..0a117743 100644
--- a/README.md
+++ b/README.md
@@ -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)
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):
```