manpage: Recommend using ./ for local file formulae
This commit is contained in:
parent
570edcc0cc
commit
989dc3e10b
@ -104,6 +104,8 @@ can take several different forms:
|
||||
* An arbitrary file:
|
||||
Homebrew can install formulae from a local path. It can point to either a
|
||||
formula file or a bottle.
|
||||
Prefix relative paths with `./` to prevent them being interpreted as a
|
||||
formula or tap name.
|
||||
|
||||
## SPECIFYING CASKS
|
||||
|
||||
|
@ -1610,6 +1610,8 @@ can take several different forms:
|
||||
* An arbitrary file:
|
||||
Homebrew can install formulae from a local path. It can point to either a
|
||||
formula file or a bottle.
|
||||
Prefix relative paths with `./` to prevent them being interpreted as a
|
||||
formula or tap name.
|
||||
|
||||
## SPECIFYING CASKS
|
||||
|
||||
|
@ -2241,7 +2241,7 @@ Sometimes a formula from a tapped repository may conflict with one in \fBhomebre
|
||||
.
|
||||
.TP
|
||||
An arbitrary file
|
||||
Homebrew can install formulae from a local path\. It can point to either a formula file or a bottle\.
|
||||
Homebrew can install formulae from a local path\. It can point to either a formula file or a bottle\. Prefix relative paths with \fB\./\fR to prevent them being interpreted as a formula or tap name\.
|
||||
.
|
||||
.SH "SPECIFYING CASKS"
|
||||
Many Homebrew Cask commands accept one or more \fIcask\fR arguments\. These can be specified the same way as the \fIformula\fR arguments described in \fBSPECIFYING FORMULAE\fR above\.
|
||||
|
Loading…
x
Reference in New Issue
Block a user