summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-12-16 20:00:22 -0800
committerAndre Arko <andre@arko.net>2010-12-16 20:00:22 -0800
commit07d3e8719148b2ce8c82a7c4576779b64284aa62 (patch)
treee08ab3786815dc45510bcdb71e5fd78426ae9400 /man/bundle-install.ronn
parentc5af1b05b8252697f7cc87ead477beefd5cfacef (diff)
downloadbundler-07d3e8719148b2ce8c82a7c4576779b64284aa62.tar.gz
Explicitly spell out the implications of SSH keys for git
Closes #906
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r--man/bundle-install.ronn7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 12cc64e767..5bbf2d1e6b 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -128,11 +128,12 @@ other steps in `bundle install` must be performed as the current user:
Of these three, the first two could theoretically be performed by
`chown`ing the resulting files to `$SUDO_USER`. The third, however,
can only be performed by actually invoking the `git` command as
-the current user.
+the current user. Therefore, git gems are downloaded and installed
+into `~/.bundle` rather than $GEM_HOME or $BUNDLE_PATH.
As a result, you should run `bundle install` as the current user,
-and bundler will ask for your password if it is needed to perform
-the final step.
+and bundler will ask for your password if it is needed to put the
+gems into their final location.
## INSTALLING GROUPS