mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Sample for brew --cache.
Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
parent
eda0dc1741
commit
9e98e3cf71
3
README
3
README
@ -163,6 +163,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user