Update readme

This commit is contained in:
bootandy
2018-04-04 20:21:59 +01:00
parent 61ab0e8f96
commit 69c79d5f95

View File

@@ -5,6 +5,10 @@
du + rust = dust. A rust alternative to du
[Releases](https://github.com/bootandy/dust/releases)
To install:
* Download linux / mac binary from [Releases](https://github.com/bootandy/dust/releases)
* unzip file: tar -xvf <file>
* copy file to search path: sudo cp <file> /usr/local/bin/
Unlike du, dust is meant to give you an instant overview of which directories are using disk space without requiring sort or head. Dust does not count file system blocks; it uses file sizes instead. Dust will print a maximum of 1 'Did not have permissions message'.