diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-03-09 21:38:06 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-10 07:11:10 +0700 |
commit | 5e36e138809cd12b61ef63cd4faf51547bac5d20 (patch) | |
tree | afefa3197581fa476a76ed364c4fda0074a2d652 /system/ripgrep | |
parent | 770bf1c4eaa2bba5f40dba86a96df9638f24810d (diff) |
system/ripgrep: Update README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/ripgrep')
-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 d213153d90a6..3a383d5a1870 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. |