diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index c6e046412..e2d9fa4e5 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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 |
