diff options
author | James Earl Douglas <james@earldouglas.com> | 2017-04-20 18:07:23 -0600 |
---|---|---|
committer | James Earl Douglas <james@earldouglas.com> | 2017-04-20 18:07:23 -0600 |
commit | 111d347237d7f313ab9acfafc0de859715c31564 (patch) | |
tree | a5b97ffa26115146bc818bea48250e27bac855ce /doc/manual/introduction | |
parent | 749696e71c9d637a36ab09a1368dff01b2b1bda8 (diff) |
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.
Diffstat (limited to 'doc/manual/introduction')
-rw-r--r-- | doc/manual/introduction/quick-start.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/introduction/quick-start.xml b/doc/manual/introduction/quick-start.xml index 5ae9f6ad5..aa239b753 100644 --- a/doc/manual/introduction/quick-start.xml +++ b/doc/manual/introduction/quick-start.xml @@ -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> |