From f3ab9028112beda4dc1aef0977b7251c88ad3d10 Mon Sep 17 00:00:00 2001 From: andy boot Date: Sat, 7 Apr 2018 11:38:21 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32abf76..492532e 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ 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 mv dust /usr/local/bin/ + * unzip file: tar -xvf _downloaded_file.tar.gz_ + * move file to executable path: sudo mv dust /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'.