diff options
| author | Adam Vandenberg | 2010-10-13 06:43:04 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-13 06:43:04 -0700 |
| commit | 64027ae9d5b9a251b32bed21518db56b08d9d5c9 (patch) | |
| tree | b802880020e2b4acd1abe7a48d44422a0bdd6ec7 /Library | |
| parent | 61156e979fa4ba7f5225db3af0cf88eeffab5b02 (diff) | |
| download | brew-64027ae9d5b9a251b32bed21518db56b08d9d5c9.tar.bz2 | |
Document brew install --force --HEAD
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 |
