Remove docs saying that installing from a file is allowed

This commit is contained in:
Carlos Precioso 2025-09-05 10:58:33 +02:00
parent 09452ed3c7
commit 0e81158e3a
No known key found for this signature in database
3 changed files with 0 additions and 12 deletions

View File

@ -154,12 +154,6 @@ can take several different forms:
You can still access these formulae by using a special syntax, e.g.
`homebrew/dupes/vim` or `homebrew/versions/node4`.
* 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 from being interpreted as a
formula or tap name.
## SPECIFYING CASKS
Many Homebrew Cask commands accept one or more <cask> arguments. These can be

View File

@ -3833,10 +3833,6 @@ can take several different forms:
access these formulae by using a special syntax, e.g. `homebrew/dupes/vim` or
`homebrew/versions/node4`.
* 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 from being interpreted as a formula or tap name.
## SPECIFYING CASKS
Many Homebrew Cask commands accept one or more *`cask`* arguments. These can be

View File

@ -2452,8 +2452,6 @@ Many Homebrew commands accept one or more \fIformula\fP arguments\. These argume
The name of a formula: e\.g\. \fBgit\fP, \fBnode\fP, \fBwget\fP\&\.
.IP \(bu 4
The fully\-qualified name of a tapped formula: Sometimes a formula from a tapped repository may conflict with one in \fBhomebrew/core\fP\&\. You can still access these formulae by using a special syntax, e\.g\. \fBhomebrew/dupes/vim\fP or \fBhomebrew/versions/node4\fP\&\.
.IP \(bu 4
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 \fB\&\./\fP to prevent them from being interpreted as a formula or tap name\.
.SH "SPECIFYING CASKS"
Many Homebrew Cask commands accept one or more \fIcask\fP arguments\. These can be specified the same way as the \fIformula\fP arguments described in \fBSPECIFYING FORMULAE\fP above\.
.SH "ENVIRONMENT"