summaryrefslogtreecommitdiffstats
path: root/system/vtcol/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/vtcol/README')
-rw-r--r--system/vtcol/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/vtcol/README b/system/vtcol/README
index 0fe1ded5c3..a972d6d697 100644
--- a/system/vtcol/README
+++ b/system/vtcol/README
@@ -4,3 +4,11 @@ Change the colour scheme of the virtual Linux console.
Note:
rust is a dependency at build-time, not a runtime dep.
+
+By default, the slackbuild requires all crate dependencies to be downloaded
+individually. Optionally, iff you 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 vtcol-mkvendortarball.sh will generate this for you. The slackbuild
+will automatically use this tarball if found in the current directory.