Skip to content

Commit

Permalink
README: add alternate Nix-based install steps for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Dec 18, 2018
1 parent 434ee19 commit 229a81c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ On OS X 10.10 - macOS 10.13:

- iTerm2: Preferences... -> Profiles -> Terminal -> Environment -> **check** Set locale variables automatically

### Using Homebrew

2. Install Homebrew using the install step on https://brew.sh/

3. Run:
Expand All @@ -156,6 +158,20 @@ On OS X 10.10 - macOS 10.13:
PATH="$PATH:$HOME/gs-venv/bin"
```

### Using Nix

As an alternative to the Homebrew install, if you prefer Nix.

2. Install Nix: https://nixos.org/nix/download.html

3.

```
nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA grab-site
```

And then restart your shell (e.g. by opening a new terminal tab/window).



Install on Windows 10 (experimental)
Expand Down

0 comments on commit 229a81c

Please sign in to comment.