From 69c79d5f958a0fba2d0963f85de5975fa2eb2070 Mon Sep 17 00:00:00 2001 From: bootandy Date: Wed, 4 Apr 2018 20:21:59 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 130d4f7..34fbf52 100644 --- a/README.md +++ b/README.md @@ -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 + * copy file to search path: sudo cp /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'.