Document HOMEBREW_CACHE

This commit is contained in:
Adam Vandenberg 2011-06-07 13:37:59 -07:00
parent 6495505f88
commit c92ed8eb04
2 changed files with 14 additions and 0 deletions

View File

@ -274,6 +274,13 @@ Some sample commands ship with Homebrew and are enabled by default.
## ENVIRONMENT
* HOMEBREW\_CACHE:
If set, instructs Homebrew to use the give folder as the download cache.
Otherwise, `~/Library/Caches/Homebrew` is used.
This can be used to keep downloads out of your home folder, if you have
it mounted on an SSD for instance.
* HOMEBREW\_DEBUG:
If set, instructs Homebrew to always assume `--debug` when running
commands.

View File

@ -308,6 +308,13 @@ $ ls `brew \-\-repository`/Library/Contributions/examples
.SH "ENVIRONMENT"
.
.TP
HOMEBREW_CACHE
If set, instructs Homebrew to use the give folder as the download cache\. Otherwise, \fB~/Library/Caches/Homebrew\fR is used\.
.
.IP
This can be used to keep downloads out of your home folder, if you have it mounted on an SSD for instance\.
.
.TP
HOMEBREW_DEBUG
If set, instructs Homebrew to always assume \fB\-\-debug\fR when running commands\.
.