You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: share/man/man1/brew.1
+16-1
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Print the name and version that will be detected for \fIURL\fR\.
165
165
Install \fIformula\fR\.
166
166
.
167
167
.IP
168
-
\fIformula\fR is usually the name of the formula to install, but may also be the URL for an arbitrary formula\.
168
+
\fIformula\fR is usually the name of the formula to install, but it can be specified several different ways\. See \fISPECIFYINGFORMULAE\fR\.
169
169
.
170
170
.IP
171
171
If \fB\-\-force\fR is passed, will install \fIformula\fR if it exists, even if it is blacklisted\.
@@ -379,6 +379,21 @@ $ ls `brew \-\-repository`/Library/Contributions/cmds
379
379
.P
380
380
Documentation for the included external commands as well as instructions for creating your own can be found on the wiki: \fIhttp://wiki\.github\.com/mxcl/homebrew/External\-Commands\fR
381
381
.
382
+
.SH "SPECIFYING FORMULAE"
383
+
Many Homebrew commands accept one or more \fIformula\fR arguments\. These arguments can take several different forms:
384
+
.
385
+
.TP
386
+
The name of a formula
387
+
e\.g\.\fBgit\fR, \fBnode\fR, \fBwget\fR\.
388
+
.
389
+
.TP
390
+
The fully\-qualified name of a tapped formula
391
+
Sometimes a formula from a tapped repository may conflict with one in mxcl/master\. You can still access these formulae by using a special syntax, e\.g\.\fBhomebrew/dupes/vim\fR or \fBhomebrew/versions/node4\fR\.
392
+
.
393
+
.TP
394
+
An arbitrary URL
395
+
Homebrew can install formulae via URL, e\.g\.\fBhttps://raw\.github\.com/mxcl/homebrew/master/Library/Formula/git\.rb\fR\. The formula file will be cached for later use\.
0 commit comments