diff options
-rw-r--r-- | system/ripgrep/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/ripgrep/README b/system/ripgrep/README index d213153d90..3a383d5a18 100644 --- a/system/ripgrep/README +++ b/system/ripgrep/README @@ -2,3 +2,6 @@ ripgrep - line oriented search tool ripgrep is a line oriented search tool that combines the usability of The Silver Searcher (similar to ack) with the raw speed of GNU grep. + +Note: +rust is required for building ripgrep, but it not needed at runtime. |