README: add nix-env install steps for installing the latest version of grab-site

master
Ivan Kozik 2022-08-07 08:49:12 +00:00
parent a2e49a1d96
commit 32b127067e
1 changed files with 16 additions and 0 deletions

View File

@ -104,9 +104,17 @@ Install on NixOS
As a **non-root** user:
```
nix-env -f https://github.com/ivan/nixpkgs/archive/release-22.05-latest-grab-site.tar.gz -iA grab-site
```
(to install the latest version of grab-site)
OR
```
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-22.05.tar.gz -iA grab-site
```
(to install grab-site 2.2.2 from the official NixOS/nixpkgs)
@ -128,9 +136,17 @@ grab-site and its dependencies are available in [nixpkgs](https://github.com/Nix
3. As the **non-root** user:
```
nix-env -f https://github.com/ivan/nixpkgs/archive/release-22.05-latest-grab-site.tar.gz -iA grab-site
```
(to install the latest version of grab-site)
OR
```
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-22.05.tar.gz -iA grab-site
```
(to install grab-site 2.2.2 from the official NixOS/nixpkgs)
and then restart your shell (e.g. by opening a new terminal tab/window).