diff options
| author | Mike McQuaid | 2017-01-15 02:25:51 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2017-01-15 02:25:51 -0800 |
| commit | 7c159449910d5c6fe2f4fea7416fed8a8ba2d4db (patch) | |
| tree | b634699cc04e6f0a57bbf6e566ff129e1a615c00 /docs | |
| parent | ebf3d939d1d63ea2cf8b8185e1c36a6e4a066d48 (diff) | |
| download | brew-7c159449910d5c6fe2f4fea7416fed8a8ba2d4db.tar.bz2 | |
Fix documentation for HEAD upgrades.
These can now be done with just `brew upgrade`, like other upgrades.
Fixes #1818.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/brew.1.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html index ba65157cb..9cc52a131 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -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> |
