diff --git a/doc/manual/quick-start.xml b/doc/manual/quick-start.xml
index 606a93ad5..55f88fe40 100644
--- a/doc/manual/quick-start.xml
+++ b/doc/manual/quick-start.xml
@@ -14,9 +14,10 @@ to the following chapters.
Download a source tarball or RPM or Debian/Ubuntu
package from . Build source
distributions using the regular sequence:
-
+
$ tar xvfj nix-version.tar.bz2
+$ cd nix-version
$ ./configure
$ make
$ make install (as root)
@@ -69,7 +70,7 @@ libxslt-1.1.0
Install some packages from the channel:
-
+
$ nix-env -i hello firefox ...
@@ -87,7 +88,7 @@ $ firefox
(read Slashdot or something)
-
+
Uninstall a package: