Update README.md

This commit is contained in:
Utku Demir 2020-06-29 22:53:45 +12:00
parent cfa99f48c8
commit 47adb3185d
No known key found for this signature in database
GPG Key ID: F3F8629C3E0BF60B

View File

@ -1,5 +1,17 @@
# nixdu
Interactively browse dependency graph of your Nix derivations, [ncdu]() style.
[![asciicast](https://asciinema.org/a/MPS11kUGkUrBYFCppLgHNe0wj.svg)](https://asciinema.org/a/MPS11kUGkUrBYFCppLgHNe0wj)
## Installation
```
nix run -f https://github.com/utdemir/nixdu/archive/master.tar.gz exe -c nixdu ~/.nix-profile
nix-env -i https://github.com/utdemir/nixdu/archive/master.tar.gz -A exe
```
## Usage
```
nixdu [STORE PATHS]
```