diff options
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
