mirror of
https://github.com/bootandy/dust.git
synced 2026-01-12 13:05:28 -08:00
docs: Update README.md
This commit is contained in:
@@ -15,7 +15,7 @@ Because I want an easy way to see where my disk is being used.
|
||||
|
||||
Study the above picture.
|
||||
|
||||
* We see `target` has 1.5G
|
||||
* We see `target` has 1.8G
|
||||
* `target/debug` is the same size as `target` - so we know nearly all the disk usage of the 1.5G is in this folder
|
||||
* `target/debug/deps` this is 1.2G - Note the bar jumps down to 70% to indiciate that most disk usage is here but not all.
|
||||
* `target/debug/deps/dust-e78c9f87a17f24f3` - This is the largest file in this folder, but it is only 46M - Note the bar jumps down to 3% to indiciate the file is small.
|
||||
|
||||
Reference in New Issue
Block a user