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 ...