From 95d4de0454168c3bd083e9b419cd5db4cdc97283 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 9 Jul 2010 12:13:17 -0700 Subject: Document 'brew install --HEAD'; sort ENV vars. --- Library/Contributions/manpages/brew.1.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'Library') 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]` : + * `install [--debug] [--use-llvm] [--ignore-dependencies] [--HEAD]` : Installs . 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 defines it, install the HEAD version, + aka master, trunk, unstable, dev. + * `install --interactive [--git]` : Downloads and patches , 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/ -- cgit v1.2.3