From 3c4bc7276a4599867c46e872858550499a94c641 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Jan 2004 09:17:55 +0000 Subject: [PATCH] * Added a note about adding /nix/etc/profile.d/nix.sh to the profile. --- doc/manual/quick-start.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/manual/quick-start.xml b/doc/manual/quick-start.xml index 79323c523..f4deb0bbb 100644 --- a/doc/manual/quick-start.xml +++ b/doc/manual/quick-start.xml @@ -22,7 +22,10 @@ $ ./configure $ make $ make install (as root) - This will install Nix in /nix. + This will install Nix in /nix. You + should also add /nix/etc/profile.d/nix.sh + to your ~/.bashrc (or some other login + file). @@ -36,6 +39,8 @@ $ make install (as root) $ wget http://.../nix/nixpkgs-version/nixpkgs-version.tar.bz2 $ tar xfj nixpkgs-version.tar.bz2 + This will unpack the distribution into a directory + nixpkgs-version/. @@ -62,7 +67,7 @@ $ nix-pull http://.../nix/nixpkgs-versio See what's available: -$ nix-env -qaf nixpkgs-version +$ nix-env -qaf nixpkgs-version/ MozillaFirebird-0.7 hello-2.1.1 docbook-xml-4.2 @@ -77,7 +82,7 @@ libxslt-1.1.0 Install some packages: -$ nix-env -iBf nixpkgs-version hello MozillaFirebird ... +$ nix-env -iBf nixpkgs-version/ hello MozillaFirebird ...