about summary refs log tree commit diff
path: root/doc/manual/installation/env-variables.xml
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-08-31T15·47-0400
committerGraham Christensen <graham@grahamc.com>2018-09-01T14·45-0400
commitc3e508d9245f9439343d88d827c2d7c369ebfc88 (patch)
tree7a4817c91aa2d6761e318621f517647fa01ebb30 /doc/manual/installation/env-variables.xml
parentf66fa7cd20731ab08be72e016cc5b912940cd1db (diff)
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
Diffstat (limited to 'doc/manual/installation/env-variables.xml')
-rw-r--r--doc/manual/installation/env-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/installation/env-variables.xml b/doc/manual/installation/env-variables.xml
index 91ecd114f6d4..d1ee0bb2e096 100644
--- a/doc/manual/installation/env-variables.xml
+++ b/doc/manual/installation/env-variables.xml
@@ -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,