Document 'brew man' and add links to gems.
This commit is contained in:
parent
44f1d0917d
commit
eecddb356d
@ -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
|
||||
|
||||
|
||||
@ -182,6 +182,13 @@ Checks all formulae for Homebrew coding style violations\. This should be run be
|
||||
Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For tarballs, also prints MD5 and SHA1 checksums\.
|
||||
.
|
||||
.TP
|
||||
\fBman\fR
|
||||
Regenerates this man page from source\.
|
||||
.
|
||||
.IP
|
||||
\fINOTE\fR: Requires \fBronn\fR \fIhttp://rtomayko\.github\.com/ronn/\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBmissing\fR
|
||||
Checks all installed formuale for missing dependencies\.
|
||||
.
|
||||
@ -189,6 +196,9 @@ Checks all installed formuale for missing dependencies\.
|
||||
\fBserver\fR
|
||||
Starts a local webserver with an app that lets you browse available formulae, similar to \fBgem server\fR\.
|
||||
.
|
||||
.IP
|
||||
\fINOTE\fR: Requires \fBsinatra\fR \fIhttp://www\.sinatrarb\.com/\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBtest\fR \fIformula\fR
|
||||
A few formulae provide a test method\. \fBbrew test <formula>\fR runs this test method\. There is no standard output or return code, but it should generally indicate to the user if something is wrong with the installed formula\.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user