summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-05-31 11:08:41 +0000
committerSamuel Giddins <segiddins@segiddins.me>2017-06-01 23:55:32 -0500
commitc7c05b8bfaf9069926bba068393d9428248e2101 (patch)
tree6e783dbd017d076d9634912384becde8916a151c
parent3a2f26d99b9b66d3a6cc0a44fcdeda39bb326f39 (diff)
downloadbundler-c7c05b8bfaf9069926bba068393d9428248e2101.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. (cherry picked from commit 3fea088b78ba31607f34e3bc62f26041c8c5fe92)
-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