diff options
author | Colby Swandale <colby@taplaboratories.com> | 2016-10-24 22:07:26 +1100 |
---|---|---|
committer | Colby Swandale <colby@taplaboratories.com> | 2016-10-24 22:07:26 +1100 |
commit | 9665330141488c78c6b3a2b62a75f92b8e7b54d1 (patch) | |
tree | 0325733e7ba3ee4bdadbc6c2820a710849f28d38 /man | |
parent | 061e68ffe4b2b91acd0ee93540968df07f17045e (diff) | |
download | bundler-9665330141488c78c6b3a2b62a75f92b8e7b54d1.tar.gz |
add missing highlights to bundler bundle man page
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle.ronn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn index 72faac048b..10756946d4 100644 --- a/man/bundle.ronn +++ b/man/bundle.ronn @@ -27,20 +27,20 @@ We divide `bundle` subcommands into primary commands and utilities. ## PRIMARY COMMANDS -* [bundle install(1)][bundle-install]: +* [`bundle install(1)`][bundle-install]: Install the gems specified by the `Gemfile` or `Gemfile.lock` -* [bundle update(1)][bundle-update]: +* [`bundle update(1)`][bundle-update]: Update dependencies to their latest versions -* [bundle package(1)][bundle-package]: +* [`bundle package(1)`][bundle-package]: Package the .gem files required by your application into the `vendor/cache` directory -* [bundle exec(1)][bundle-exec]: +* [`bundle exec(1)`][bundle-exec]: Execute a script in the context of the current bundle -* [bundle config(1)][bundle-config]: +* [`bundle config(1)`][bundle-config]: Specify and read configuration options for bundler * `bundle help(1)`: |