Fix documentation for HEAD upgrades.
These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818.
This commit is contained in:
parent
ebf3d939d1
commit
7c15944991
@ -44,9 +44,6 @@
|
||||
#: If `--keep-tmp` is passed, the temporary files created during installation
|
||||
#: are not deleted.
|
||||
#:
|
||||
#: To install a newer version of HEAD use
|
||||
#: `brew rm <foo> && brew install --HEAD <foo>`.
|
||||
#:
|
||||
#: * `install` `--interactive` [`--git`] <formula>:
|
||||
#: Download and patch <formula>, then open a shell. This allows the user to
|
||||
#: run `./configure --help` and otherwise determine how to turn the software
|
||||
|
||||
@ -196,10 +196,7 @@ for installation.</p>
|
||||
aka master, trunk, unstable.</p>
|
||||
|
||||
<p>If <code>--keep-tmp</code> is passed, the temporary files created during installation
|
||||
are not deleted.</p>
|
||||
|
||||
<p>To install a newer version of HEAD use
|
||||
<code>brew rm <foo> && brew install --HEAD <foo></code>.</p></dd>
|
||||
are not deleted.</p></dd>
|
||||
<dt><code>install</code> <code>--interactive</code> [<code>--git</code>] <var>formula</var></dt><dd><p>Download and patch <var>formula</var>, then open a shell. This allows the user to
|
||||
run <code>./configure --help</code> and otherwise determine how to turn the software
|
||||
package into a Homebrew formula.</p>
|
||||
|
||||
@ -258,9 +258,6 @@ If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD vers
|
||||
.IP
|
||||
If \fB\-\-keep\-tmp\fR is passed, the temporary files created during installation are not deleted\.
|
||||
.
|
||||
.IP
|
||||
To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD <foo>\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBinstall\fR \fB\-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR
|
||||
Download and patch \fIformula\fR, then open a shell\. This allows the user to run \fB\./configure \-\-help\fR and otherwise determine how to turn the software package into a Homebrew formula\.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user