Remove bash requirement

As per https://github.com/NixOS/nixos-homepage/pull/16
This commit is contained in:
wmertens 2014-09-24 11:14:12 +02:00 committed by Eelco Dolstra
parent 13a18ceb44
commit e83a027e00

View file

@ -9,10 +9,10 @@
<para>This tutorial takes you through the basic tasks you might perform when you start using Nix.</para>
<procedure>
<step><para>Install Nix by running the following:
<step><para>Install single-user Nix by running the following:
<screen>
$ bash &lt;(curl https://nixos.org/nix/install)
$ curl https://nixos.org/nix/install | sh
</screen>
This will install Nix in <filename>/nix</filename>. The install script
@ -105,4 +105,4 @@ command actually deletes them.-->
</procedure>
</chapter>
</chapter>