Sample for brew --cache.

Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
Adam Vandenberg 2009-08-04 00:23:01 +08:00 committed by Max Howell
parent eda0dc1741
commit 9e98e3cf71

3
README
View File

@ -164,6 +164,9 @@ Compute installed size of package:
Show expensive packages: Show expensive packages:
du -md1 /usr/local/Cellar du -md1 /usr/local/Cellar
View the packages brew has downloaded and cached:
ls `brew --cache` OR ls ~/Library/Caches/Homebrew
With Homebrew this is all Ruby. If you want to improve the package With Homebrew this is all Ruby. If you want to improve the package
installation, amend the Ruby script. If you want to improve the brew command installation, amend the Ruby script. If you want to improve the brew command
amend the Ruby script. If you want to know exactly what is going on, read the amend the Ruby script. If you want to know exactly what is going on, read the