diff options
| author | Adam Vandenberg | 2010-08-20 10:18:03 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-20 10:18:03 -0700 |
| commit | eecddb356dbc32feb12a0999750ac4110e2cf459 (patch) | |
| tree | ae97db492f957c528b66bb7974dec6b973c96aa9 /Library | |
| parent | 44f1d0917d12cc4c53c8e78da30c29c781f3827b (diff) | |
| download | brew-eecddb356dbc32feb12a0999750ac4110e2cf459.tar.bz2 | |
Document 'brew man' and add links to gems.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 16 |
1 files changed, 15 insertions, 1 deletions
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 <formula>. 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` <formula>: A few formulae provide a test method. `brew test <formula>` 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 |
