diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 0295a9eed..511bd2745 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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. |
