aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-06 17:32:23 -0800
committerAdam Vandenberg2013-01-06 17:33:52 -0800
commit896f53d78bfdec504ffb11a6a5206179cb62caa1 (patch)
tree1898433c23149d7b51235f51922817c82ddac2a4 /Library
parent30114c4c707812889d5a8bfc95bff706aa834c64 (diff)
downloadbrew-896f53d78bfdec504ffb11a6a5206179cb62caa1.tar.bz2
Document HOMEBREW_BROWSER and BROWSER
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md28
1 files changed, 16 insertions, 12 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 7cb10ac59..a7642dab6 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -371,21 +371,29 @@ can take several different forms:
## ENVIRONMENT
+ * BROWSER:
+ If set, and `HOMEBREW_BROWSER` is not, use `BROWSER` as the web browser
+ when opening project homepages.
+
+ * EDITOR:
+ If set, and `HOMEBREW_EDITOR` is not, use `EDITOR` as the text editor.
+
* GIT:
When using Git, Homebrew will use `GIT` if set,
a Homebrew-built Git if installed, or the system-provided binary.
Set this to force Homebrew to use a particular git binary.
- * EDITOR:
- If set, and `HOMEBREW_EDITOR` is not, use `EDITOR` as the text editor.
+ * HOMEBREW_BROWSER:
+ If set, uses this setting as the browser when opening project homepages,
+ instead of the OS default browser.
* HOMEBREW\_BUILD\_FROM\_SOURCE:
If set, instructs Homebrew to compile from source even when a formula
provides a bottle.
* HOMEBREW\_CACHE:
- If set, instructs Homebrew to use the give directory as the download cache.
+ If set, instructs Homebrew to use the given directory as the download cache.
Otherwise, `~/Library/Caches/Homebrew` is used.
This can be used to keep downloads out of your home directory, if you have
@@ -395,8 +403,7 @@ can take several different forms:
If set, Homebrew will pass `--verbose` when invoking `curl`(1).
* HOMEBREW\_DEBUG:
- If set, instructs Homebrew to always assume `--debug` when running
- commands.
+ If set, Homebrew always assumes `--debug` when running commands.
* HOMEBREW\_DEBUG\_INSTALL:
When `brew install -d` or `brew install -i` drops into a shell,
@@ -449,19 +456,16 @@ can take several different forms:
configurations.
* HOMEBREW\_USE\_CLANG:
- If set, instructs Homebrew to compile using clang.
+ If set, forces Homebrew to compile using clang.
* HOMEBREW\_USE\_GCC:
- If set, instructs Homebrew to compile using gcc.
+ If set, forces Homebrew to compile using gcc.
* HOMEBREW\_USE\_LLVM:
- If set, instructs Homebrew to compile using LLVM.
-
- *NOTE*: Not all formulae build correctly with LLVM.
+ If set, forces Homebrew to compile using LLVM.
* HOMEBREW\_VERBOSE:
- If set, instructs Homebrew to always assume `--verbose` when running
- commands.
+ If set, Homebrew always assumes `--verbose` when running commands.
## USING HOMEBREW BEHIND A PROXY