From e83a027e00f1f5d729e78f3b4c94daa97704d065 Mon Sep 17 00:00:00 2001 From: wmertens Date: Wed, 24 Sep 2014 11:14:12 +0200 Subject: [PATCH] Remove bash requirement As per https://github.com/NixOS/nixos-homepage/pull/16 --- doc/manual/quick-start/getting-started.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/quick-start/getting-started.xml b/doc/manual/quick-start/getting-started.xml index a6b1f47b6..3dc79b9b5 100644 --- a/doc/manual/quick-start/getting-started.xml +++ b/doc/manual/quick-start/getting-started.xml @@ -9,10 +9,10 @@ This tutorial takes you through the basic tasks you might perform when you start using Nix. -Install Nix by running the following: +Install single-user Nix by running the following: -$ bash <(curl https://nixos.org/nix/install) +$ curl https://nixos.org/nix/install | sh This will install Nix in /nix. The install script @@ -105,4 +105,4 @@ command actually deletes them.--> - \ No newline at end of file +