nixos/manual: don't recommend nix-env -iA
We're really setting users up on the wrong path if we tell them to nix-env -iA immediately after installing. Instead, let's just reassure them that installing software will be covered in due course in the manual, to encourage them to keep reading.
This commit is contained in:
parent
e204319c74
commit
55a6b5565b
1 changed files with 2 additions and 7 deletions
|
@ -480,13 +480,8 @@ Retype new UNIX password: ***</screen>
|
||||||
<prompt>$ </prompt>passwd eelco</screen>
|
<prompt>$ </prompt>passwd eelco</screen>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You may also want to install some software. For instance,
|
You may also want to install some software. This will be covered
|
||||||
<screen>
|
in <xref linkend="sec-package-management" />.
|
||||||
<prompt>$ </prompt>nix-env -qaP \*</screen>
|
|
||||||
shows what packages are available, and
|
|
||||||
<screen>
|
|
||||||
<prompt>$ </prompt>nix-env -f '<nixpkgs>' -iA w3m</screen>
|
|
||||||
installs the <literal>w3m</literal> browser.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
|
|
Loading…
Reference in a new issue