diff --git a/README.md b/README.md index d625df5..71717a3 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,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