summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-05-31 11:08:41 +0000
committerThe Bundler Bot <bot@bundler.io>2017-05-31 11:08:41 +0000
commit3fea088b78ba31607f34e3bc62f26041c8c5fe92 (patch)
treea45110536a13631f2d3e22353c5e412d71e3891f
parentbf26b5515926c51008f2fe9e9d0054260d482e74 (diff)
parent0e50460db3a559cf7be9807ae9238474926f53cc (diff)
downloadbundler-3fea088b78ba31607f34e3bc62f26041c8c5fe92.tar.gz
Auto merge of #5689 - tejasbubane:bundle-add-command-main-man, r=segiddins
Add `bundle add` command to the main man page This command added in `v1.15` was not present in the main man page.
-rw-r--r--man/bundle.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn
index e75d861269..9e42e046a7 100644
--- a/man/bundle.ronn
+++ b/man/bundle.ronn
@@ -48,6 +48,9 @@ We divide `bundle` subcommands into primary commands and utilities.
## UTILITIES
+* `bundle add(1)`:
+ Add the named gem to the Gemfile and run `bundle install`
+
* `bundle binstubs(1)`:
Generate binstubs for executables in a gem