diff --git a/README.md b/README.md index c737f44..b9539b7 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,13 @@ Painless dependencies for [Nix] projects. Read more in the [Getting started](#ge ## Install -`niv` is available in [`nixpkgs`](https://github.com/NixOS/nixpkgs) on the -`master` branch as `niv`. It is also available on the `release-19.09` branch as -`haskellPackages.niv`. Otherwise, run: +`niv` is available in [`nixpkgs`](https://github.com/NixOS/nixpkgs) as `niv`: + +``` bash +$ nix-env -iA nixpkgs.niv +``` + +Alternatively, run the following command to install the development version: ``` bash $ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master \ diff --git a/README.tpl.md b/README.tpl.md index f8d821f..d523558 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -17,9 +17,13 @@ Painless dependencies for [Nix] projects. Read more in the [Getting started](#ge ## Install -`niv` is available in [`nixpkgs`](https://github.com/NixOS/nixpkgs) on the -`master` branch as `niv`. It is also available on the `release-19.09` branch as -`haskellPackages.niv`. Otherwise, run: +`niv` is available in [`nixpkgs`](https://github.com/NixOS/nixpkgs) as `niv`: + +``` bash +$ nix-env -iA nixpkgs.niv +``` + +Alternatively, run the following command to install the development version: ``` bash $ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master \