minor improvement to nix installation instructions (#40521)
* improve nix installation instructions in the command $ bash <(curl https://nixos.org/nix/install) <(..) is a bashism. The documentation now show a command that does not require to be executed by bash.
This commit is contained in:
parent
7f27566efd
commit
205a9f2576
@ -47,7 +47,7 @@
|
||||
Short version:
|
||||
</para>
|
||||
<screen>
|
||||
$ bash <(curl https://nixos.org/nix/install)
|
||||
$ curl https://nixos.org/nix/install | sh
|
||||
$ . $HOME/.nix-profile/etc/profile.d/nix.sh # …or open a fresh shell</screen>
|
||||
<para>
|
||||
More details in the
|
||||
|
Loading…
Reference in New Issue
Block a user