README: macOS Nix-based install: no need to edit shell startup files yourself now

master
Ivan Kozik 2022-04-10 17:58:13 +00:00
parent 81995d67c2
commit 3d2699fb2f
1 changed files with 0 additions and 6 deletions

View File

@ -199,12 +199,6 @@ As an alternative to the Homebrew install, if you prefer Nix.
sh <(curl -L https://nixos.org/nix/install)
```
To put `nix-env` in your PATH, add this to your `~/.zshrc` (macOS 10.15, 11+) or `~/.bash_profile` (earlier):
```
. ~/.nix-profile/etc/profile.d/nix.sh
```
and then restart your shell (e.g. by opening a new terminal tab/window).
3. `nix-env` is now available to install grab-site. Run: