Skip to content

Commit

Permalink
add homebrew installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
scullionw committed Dec 30, 2021
1 parent d2b01c1 commit ae4c9d4
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,24 @@
# Installation
Crates.io:

## Homebrew (macOS only)

brew tap scullionw/tap
brew install dirstat-rs


## Or if you prefer compiling yourself

### from Crates.io:

cargo install dirstat-rs
or latest from git:
## or latest from git:

cargo install --git "https://github.com/scullionw/dirstat-rs"
or from source:
## or from source:

cargo build --release
sudo chmod +x /target/release/ds
Expand All @@ -68,7 +77,12 @@ or from source:

4. Show apparent size on disk

$ ds PATH
$ ds -a PATH

5. Override minimum size threshold

$ ds -m 0.2 PATH




Expand Down

0 comments on commit ae4c9d4

Please sign in to comment.