summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2018-05-04 11:01:32 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2018-05-04 11:01:32 -0700
commit8dbddd4837464fb410f3acb4c4afc763c8535b94 (patch)
tree6a22c2c4ca93205bffa2b16d818e0cea05bd9a45
parent741ff4b4c4497a664d57dcdbf748555feecedf03 (diff)
downloadcarton-8dbddd4837464fb410f3acb4c4afc763c8535b94.tar.gz
update docs
-rw-r--r--lib/Carton/Doc/Bundle.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Carton/Doc/Bundle.pod b/lib/Carton/Doc/Bundle.pod
index 68ce8cc..08dba78 100644
--- a/lib/Carton/Doc/Bundle.pod
+++ b/lib/Carton/Doc/Bundle.pod
@@ -13,8 +13,10 @@ directory. These tarballs have been cached in C<local/cache> while
resolving dependencies in the snapshot file.snapshot.
Bundled modules can be committed to a version control system, or
-transferred to another host with scp/rsync etc. to use with C<carton
-install --cached>.
+transferred to another host with scp/rsync etc. to install with either
+C<carton install --cached>, or a plain cpanm command with:
+
+ cpanm --from file://$PWD/vendor/cache -L local --installdeps .
See also C<carton fatpack> that generates C<carton> executable in
C<vendor/bin>.