diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-01-25 10:17:34 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 07:43:54 +0700 |
commit | a76aea2d565cf789d40e9c5b82d0e53b61d3b758 (patch) | |
tree | e70b44077531ecd43e4ae5193589cacbf571f723 /system/vtcol/README | |
parent | a460a52b3422553b2d2815bc116ef8e7fb1db96c (diff) |
system/vtcol: Updated README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/vtcol/README')
-rw-r--r-- | system/vtcol/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/system/vtcol/README b/system/vtcol/README index a972d6d697107..0fe1ded5c3334 100644 --- a/system/vtcol/README +++ b/system/vtcol/README @@ -4,11 +4,3 @@ 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. |