summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo.manacorda@gmail.com>2015-09-17 15:40:13 +0200
committerLorenzo Manacorda <lorenzo.manacorda@gmail.com>2015-09-23 14:45:41 +0200
commit74fc322435f122e3191331ef3f2571a1b18d0697 (patch)
treedc76235948bdb3c95ab7b4bf402f8db6ddc39759
parent7b5a91634f431d563719520780e23710780227da (diff)
downloadbundler-74fc322435f122e3191331ef3f2571a1b18d0697.tar.gz
fix recommendation for bundle configuration
previously, params would be set through `bundle install` - no more!
-rw-r--r--man/bundle-config.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 3aff6fc94e..2283d2eb9f 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -146,8 +146,8 @@ learn more about their operation in [bundle install(1)][bundle-install].
messages will be printed. To silence a single gem, use dot notation like
`ignore_messages.httparty true`.
-In general, you should set these settings per-application by using the applicable
-flag to the [bundle install(1)][bundle-install] or [bundle cache(1)][bundle-cache] command.
+In general, you should set these settings per-application by passing the
+applicable flag to the `bundle config --local` command.
You can set them globally either via environment variables or `bundle config`,
whichever is preferable for your setup. If you use both, environment variables