aboutsummaryrefslogtreecommitdiffstats
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index be580d9c..dc1a6b5a 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -35,9 +35,9 @@ this warning, by using the [`:source` option](#SOURCE-source-) or a
### CREDENTIALS (#credentials)
-Some gem sources require a username and password. Use `bundle config` to set
-the username and password for any sources that need it. The command must be run
-once on each computer that will install the Gemfile, but this keeps the
+Some gem sources require a username and password. Use [bundle config(1)][bundle-config] to set
+the username and password for any of the sources that need it. The command must
+be run once on each computer that will install the Gemfile, but this keeps the
credentials from being stored in plain text in version control.
bundle config gems.example.com user:password