Run brew man
This commit is contained in:
parent
e6974644e0
commit
73c7bc70d1
@ -198,7 +198,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
||||
See the docs for examples of using the JSON output:
|
||||
<http://docs.brew.sh/Querying-Brew.html>
|
||||
|
||||
* `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=``compiler`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] `formula` [<`options`> ...]:
|
||||
* `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=``compiler`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] `formula` [`options` ...]:
|
||||
Install `formula`.
|
||||
|
||||
`formula` is usually the name of the formula to install, but it can be specified
|
||||
@ -248,7 +248,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
||||
during installation.
|
||||
|
||||
Installation options specific to `formula` may be appended to the command,
|
||||
and can be listed with `brew options <formula>`.
|
||||
and can be listed with `brew options` `formula`.
|
||||
|
||||
* `install` `--interactive` [`--git`] `formula`:
|
||||
If `--interactive` (or `-i`) is passed, download and patch `formula`, then
|
||||
|
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW\-CASK" "1" "June 2017" "Homebrew" "brew-cask"
|
||||
.TH "BREW\-CASK" "1" "July 2017" "Homebrew" "brew-cask"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
||||
|
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW" "1" "June 2017" "Homebrew" "brew"
|
||||
.TH "BREW" "1" "July 2017" "Homebrew" "brew"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbrew\fR \- The missing package manager for macOS
|
||||
@ -262,7 +262,7 @@ If \fB\-\-keep\-tmp\fR is passed, the temporary files created during installatio
|
||||
If \fB\-\-build\-bottle\fR is passed, prepare the formula for eventual bottling during installation\.
|
||||
.
|
||||
.IP
|
||||
Installation \fIoptions\fR specific to \fIformula\fR may be appended to the command, and can be listed with \fBbrew options <formula>\fR.
|
||||
Installation options specific to \fIformula\fR may be appended to the command, and can be listed with \fBbrew options\fR \fIformula\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBinstall\fR \fB\-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR
|
||||
|
Loading…
x
Reference in New Issue
Block a user