From 5aa6c546dc445450aea72e6f7b1109e97f1af4d7 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 30 Dec 2013 13:45:46 +0100 Subject: [PATCH] Clarify a step from the quick start section. --- doc/quick-start.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/quick-start.xml b/doc/quick-start.xml index 46578619e1f..35983f0b114 100644 --- a/doc/quick-start.xml +++ b/doc/quick-start.xml @@ -196,7 +196,8 @@ $ emacs pkgs/top-level/all-packages.nix - Test whether the package builds: + To test whether the package builds, run the following command + from the root of the nixpkgs source tree: $ nix-build -A libfoo