Document external commands a bit

This commit is contained in:
Adam Vandenberg 2010-07-29 09:24:38 -07:00
parent c0d085751f
commit d19c06c5d0
2 changed files with 14 additions and 0 deletions

View File

@ -157,6 +157,14 @@ didn't include with OS X.
* `audit`:
Checks all formulae for Homebrew coding style violations.
## EXTERNAL COMMANDS
Homebrew allows external commands to be defined by putting a +x file named
`brew-<cmdname>` or `brew-<cmdname>.rb` on the PATH. This will cause Homebrew
to recognize `brew cmdname`.
Some external commands are shipped with Homebrew, and enabled by default.
## ENVIRONMENT
* HOMEBREW\_DEBUG:

View File

@ -172,6 +172,12 @@ Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For t
\fBaudit\fR
Checks all formulae for Homebrew coding style violations\.
.
.SH "EXTERNAL COMMANDS"
Homebrew allows external commands to be defined by putting a +x file named \fBbrew\-<cmdname>\fR or \fBbrew\-<cmdname>\.rb\fR on the PATH\. This will cause Homebrew to recognize \fBbrew cmdname\fR\.
.
.P
Some external commands are shipped with Homebrew, and enabled by default\.
.
.SH "ENVIRONMENT"
.
.TP