summaryrefslogtreecommitdiffstats
path: root/system/ripgrep/README
diff options
context:
space:
mode:
author Andrew Clemons2017-10-25 12:24:01 +0200
committer Willy Sudiarto Raharjo2017-10-28 02:07:01 +0200
commit94e0fb9fa7152dfcfc6d12b52e4a1599b1519f6f (patch)
tree53e9da27584ebc9888cae2d28a269cd1b5ec496a /system/ripgrep/README
parent1e6d677016a862787aea71c6f3ce3e697ea053cb (diff)
downloadslackbuilds-94e0fb9fa7152dfcfc6d12b52e4a1599b1519f6f.tar.gz
system/ripgrep: Updated for version 0.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/ripgrep/README')
-rw-r--r--system/ripgrep/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/ripgrep/README b/system/ripgrep/README
index 18f21fb3a8..d213153d90 100644
--- a/system/ripgrep/README
+++ b/system/ripgrep/README
@@ -2,12 +2,3 @@ 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.
-
-By default, the slackbuild requires all crate dependencies to be downloaded
-individually. Optionally, if you already have cargo-vendor installed, you can
-create a "vendored" tarball which contains all the crate dependencies exploded
-into a single directory and then compressed together as a tarball.
-
-The script ripgrep-mkvendortarball.sh will generate this for you. The
-slackbuild will automatically use this tarball if found in the current
-directory.