Clarify a step from the quick start section.

This commit is contained in:
Rob Vermaas 2013-12-30 13:45:46 +01:00
parent 1e36663229
commit 5aa6c546dc

View file

@ -196,7 +196,8 @@ $ emacs pkgs/top-level/all-packages.nix</screen>
</listitem> </listitem>
<listitem> <listitem>
<para>Test whether the package builds: <para>To test whether the package builds, run the following command
from the root of the nixpkgs source tree:
<screen> <screen>
$ nix-build -A libfoo</screen> $ nix-build -A libfoo</screen>