Merge pull request #348 from alexandregv/patch-1
Add Nix/NixOS package installation instructions
This commit is contained in:
commit
f5458e6b57
11
README.md
11
README.md
@ -132,6 +132,17 @@ go get github.com/wagoodman/dive
|
||||
```
|
||||
*Note*: installing in this way you will not see a proper version when running `dive -v`.
|
||||
|
||||
**Nix/NixOS**
|
||||
|
||||
On NixOS:
|
||||
```bash
|
||||
nix-env -iA nixos.dive
|
||||
```
|
||||
On non-NixOS (Linux, Mac)
|
||||
```bash
|
||||
nix-env -iA nixpkgs.dive
|
||||
```
|
||||
|
||||
**Docker**
|
||||
```bash
|
||||
docker pull wagoodman/dive
|
||||
|
Loading…
x
Reference in New Issue
Block a user