summaryrefslogtreecommitdiff
path: root/man/bundle-package.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-package.ronn')
-rw-r--r--man/bundle-package.ronn5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/bundle-package.ronn b/man/bundle-package.ronn
index 512b037f51..78bbd88c4b 100644
--- a/man/bundle-package.ronn
+++ b/man/bundle-package.ronn
@@ -65,3 +65,8 @@ machine and check in the gems. For instance, you can run
`bundle package` on an identical staging box during your
staging process, and check in the `vendor/cache` before
deploying to production.
+
+By default, [bundle package(1)][bundle-package] fetches and also
+installs the gems to the default location. To package the
+dependencies to `vendor/cache` without installing them to the
+local install location, you can run `bundle package --no-install`.