From 05420e788315f04212fe936313b3ff7b580a206c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 9 Apr 2013 17:57:48 +0200 Subject: [PATCH] Manual: Add a missing step to the build instructions Reported by Johan Grande. --- doc/manual/quick-start.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/manual/quick-start.xml b/doc/manual/quick-start.xml index 606a93ad56..55f88fe40d 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: