Drop misleading ellipses

This portion of the quick start guide may lead to confusion for
newcomers to Nix.  This change clarifies the example to one that can be
copied in its entirety.
This commit is contained in:
James Earl Douglas 2017-04-20 18:07:23 -06:00
parent 749696e71c
commit 111d347237
No known key found for this signature in database
GPG key ID: 34703916F32199A0

View file

@ -40,7 +40,7 @@ libxslt-1.1.28
<step><para>Install some packages from the channel:
<screen>
$ nix-env -i hello <replaceable>...</replaceable> </screen>
$ nix-env -i hello</screen>
This should download pre-built packages; it should not build them
locally (if it does, something went wrong).</para></step>