From eecddb356dbc32feb12a0999750ac4110e2cf459 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 20 Aug 2010 10:18:03 -0700 Subject: Document 'brew man' and add links to gems. --- Library/Contributions/manpages/brew.1.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 9cc55170d..777f90cde 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -172,6 +172,11 @@ Some external commands are shipped with Homebrew, and enabled by default. Downloads the tarball or checks out from VCS for the given . For tarballs, also prints MD5 and SHA1 checksums. + * `man`: + Regenerates this man page from source. + + *NOTE*: Requires [`ronn`][ronn]. + * `missing`: Checks all installed formuale for missing dependencies. @@ -179,6 +184,8 @@ Some external commands are shipped with Homebrew, and enabled by default. Starts a local webserver with an app that lets you browse available formulae, similar to `gem server`. + *NOTE*: Requires [`sinatra`][sinatra]. + * `test` : A few formulae provide a test method. `brew test ` runs this test method. There is no standard output or return code, but it should @@ -187,6 +194,13 @@ Some external commands are shipped with Homebrew, and enabled by default. Example: `brew install jruby && brew test jruby` +[ronn]: http://rtomayko.github.com/ronn/ + "Ronn" + +[sinatra]: http://www.sinatrarb.com/ + "Sinatra" + + ## ENVIRONMENT * HOMEBREW\_DEBUG: @@ -238,7 +252,7 @@ Some external commands are shipped with Homebrew, and enabled by default. ## SEE ALSO - Homebrew Wiki: http://wiki.github.com/mxcl/homebrew/ +Homebrew Wiki: http://wiki.github.com/mxcl/homebrew/ ## AUTHORS -- cgit v1.2.3