Skip to content
Snippets Groups Projects
Commit 64027ae9 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Document brew install --force --HEAD

parent 61156e97
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,10 @@ didn't include with OS X.
If `--HEAD` is passed, and <formula> defines it, install the HEAD version,
aka master, trunk, unstable, dev.
To install a newer version of HEAD use
`brew rm <foo> && brew install --HEAD <foo>`
or `brew --force --HEAD <foo>`.
* `install --interactive [--git]` <formula>:
Downloads and patches <formula>, and then opens a shell. This allows the
user to run `./configure --help` and otherwise determine how to turn the
......
......@@ -60,7 +60,7 @@ If \fB\-\-use\-llvm\fR is passed, attempt to compile using the LLVM front\-end t
If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of any kind\. If they are not already present, the formula will probably fail to install\.
.
.IP
If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD version, aka master, trunk, unstable, dev\.
If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD version, aka master, trunk, unstable, dev\. To install a newer version of HEAD, either \fBbrew rm <foo> && brew install \-\-HEAD <foo>\fR or \fBbrew \-\-force \-\-HEAD <foo>\fR\.
.
.TP
\fBinstall \-\-interactive [\-\-git]\fR \fIformula\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment