Document HOMEBREW_CACHE
This commit is contained in:
parent
6495505f88
commit
c92ed8eb04
@ -274,6 +274,13 @@ Some sample commands ship with Homebrew and are enabled by default.
|
|||||||
|
|
||||||
## ENVIRONMENT
|
## 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:
|
* HOMEBREW\_DEBUG:
|
||||||
If set, instructs Homebrew to always assume `--debug` when running
|
If set, instructs Homebrew to always assume `--debug` when running
|
||||||
commands.
|
commands.
|
||||||
|
@ -308,6 +308,13 @@ $ ls `brew \-\-repository`/Library/Contributions/examples
|
|||||||
.SH "ENVIRONMENT"
|
.SH "ENVIRONMENT"
|
||||||
.
|
.
|
||||||
.TP
|
.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
|
HOMEBREW_DEBUG
|
||||||
If set, instructs Homebrew to always assume \fB\-\-debug\fR when running commands\.
|
If set, instructs Homebrew to always assume \fB\-\-debug\fR when running commands\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user