Document external commands a bit
This commit is contained in:
parent
c0d085751f
commit
d19c06c5d0
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user