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:
Walter Franzini 2018-05-16 07:23:00 +02:00 committed by Matthew Justin Bauer
parent 7f27566efd
commit 205a9f2576

View file

@ -47,7 +47,7 @@
Short version:
</para>
<screen>
$ bash &lt;(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