diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index b33c8c320..0c5ce1eff 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -40,7 +40,7 @@ didn't include with OS X. surrounded with slashes, then it is interpreted as a regular expression. If no search term is given, all available formula are displayed. - * `install [--debug] [--use-llvm] [--ignore-dependencies]` <formula>: + * `install [--debug] [--use-llvm] [--ignore-dependencies] [--HEAD]` <formula>: Installs <formula>. If `--debug` is passed and brewing fails, opens a shell inside the @@ -53,6 +53,9 @@ didn't include with OS X. any kind. If they are not already present, the formula will probably fail to install. + If `--HEAD` is passed, and <formula> defines it, install the HEAD version, + aka master, trunk, unstable, dev. + * `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 @@ -146,6 +149,12 @@ didn't include with OS X. * HOMEBREW\_DEBUG: If set, instructs Homebrew to always assume `--debug` when running commands. + * HOMEBREW\_SVN: + When exporting from Subversion, Homebrew will use `HOMEBREW_SVN` if set, + a Homebrew-built Subversion if installed, or the system-provided binary. + + Set this to force Homebrew to use a particular svn binary. + * HOMEBREW\_TEMP: If set, instructs Homebrew to use `HOMEBREW_TEMP` as the temporary folder for building packages. This may be needed if your system temp folder and @@ -163,12 +172,6 @@ didn't include with OS X. If set, instructs Homebrew to always assume `--verbose` when running commands. - * HOMEBREW\_SVN: - When exporting from Subversion, Homebrew will use `HOMEBREW_SVN` if set, - a Homebrew-built Subversion if installed, or the system-provided binary. - - Set this to force Homebrew to use a particular svn binary. - ## SEE ALSO Homebrew Wiki: http://wiki.github.com/mxcl/homebrew/ |
