readme: fix nix-env command. (#1)

The nix-env based install command specified in the README file is
failing.

$ nix-env -i https://github.com/utdemir/nixdu/archive/master.tar.gz -A exe
error: attribute 'https://github' in selection path 'https://github.com/utdemir/nixdu/archive/master.tar.gz' not found
This commit is contained in:
Félix Baylac-Jacqué 2020-07-01 12:46:56 +02:00 committed by GitHub
parent f3e2fd5d76
commit 2ded853b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ Interactively browse the dependency graph of your Nix derivations.
## Installation
```
nix-env -i https://github.com/utdemir/nixdu/archive/master.tar.gz -A exe
nix-env -iA exe -f https://github.com/utdemir/nixdu/archive/master.tar.gz
```
## Usage