From 7b61ebd45b15ee71f4000b3bae97e56f4540ea71 Mon Sep 17 00:00:00 2001 From: Ashish Sehra Date: Wed, 30 Aug 2017 12:43:45 +0530 Subject: Add documentation for packaging with `--no-install` --- man/bundle-package.ronn | 5 +++++ 1 file changed, 5 insertions(+) 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`. -- cgit v1.2.1