guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

229/376: Remove bash requirement


From: Ludovic Courtès
Subject: 229/376: Remove bash requirement
Date: Wed, 28 Jan 2015 22:05:15 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit e83a027e00f1f5d729e78f3b4c94daa97704d065
Author: wmertens <address@hidden>
Date:   Wed Sep 24 11:14:12 2014 +0200

    Remove bash requirement
    
    As per https://github.com/NixOS/nixos-homepage/pull/16
---
 doc/manual/quick-start/getting-started.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/manual/quick-start/getting-started.xml 
b/doc/manual/quick-start/getting-started.xml
index a6b1f47..3dc79b9 100644
--- a/doc/manual/quick-start/getting-started.xml
+++ b/doc/manual/quick-start/getting-started.xml
@@ -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>
\ No newline at end of file
+</chapter>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]