Document the multi-user installer some

Use sh <(...) syntax for installation to preserve stdin and prompting

also update installation docs to account for changes in multi-user selection
This commit is contained in:
Graham Christensen 2018-08-31 11:47:00 -04:00
parent f66fa7cd20
commit c3e508d924
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 147 additions and 47 deletions

View file

@ -39,7 +39,7 @@ bundle.</para>
<step><para>Set the environment variable and install Nix</para>
<screen>
$ export NIX_SSL_CERT_FILE=/etc/ssl/my-certificate-bundle.crt
$ curl https://nixos.org/nix/install | sh
$ sh &lt;(curl https://nixos.org/nix/install)
</screen></step>
<step><para>In the shell profile and rc files (for example,