aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-09 12:13:17 -0700
committerAdam Vandenberg2010-07-09 12:13:17 -0700
commitfcfc71f4c13e70353de2d7bc2cae3e8bd2c2938b (patch)
treeb038e9ef7e4a7b1142c93eeac4cb1ad01ccde639 /Library
parent34fc01d4ab7c7f740702909cac0b14235c3d37cf (diff)
downloadhomebrew-fcfc71f4c13e70353de2d7bc2cae3e8bd2c2938b.tar.bz2
Document 'brew install --HEAD'; sort ENV vars.
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md17
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/