From 9e98e3cf7125c4e31d349e32810c2a6d870abc7b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 4 Aug 2009 00:23:01 +0800 Subject: [PATCH] Sample for brew --cache. Signed-off-by: Max Howell --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 8c2893a218..a79b4f17ff 100644 --- a/README +++ b/README @@ -163,6 +163,9 @@ Compute installed size of package: Show expensive packages: 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 installation, amend the Ruby script. If you want to improve the brew command