1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Make install command in documentation compatible with fish shell (#7474)

Use a pipe for all install commands

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
David Dunn 2023-02-08 00:32:27 +02:00 committed by GitHub
parent fd01b8fc1e
commit 9aeaf98c4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ to subsequent chapters.
1. Install Nix by running the following:
```console
$ bash <(curl -L https://nixos.org/nix/install) --daemon
$ curl -L https://nixos.org/nix/install | sh
```
The install script will use `sudo`, so make sure you have sufficient rights.