Remove bash requirement
As per https://github.com/NixOS/nixos-homepage/pull/16
This commit is contained in:
parent
13a18ceb44
commit
e83a027e00
|
@ -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 <(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>
|
||||
|
|
Loading…
Reference in a new issue