Docs: Fix install prefix

shell.nix defines the install prefix as $(pwd)/inst
This commit is contained in:
Erik Arvstedt 2018-08-21 21:44:37 +02:00
parent 954d1f4d0a
commit 8ad2defdf0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ To build Nix itself in this shell:
[nix-shell]$ configurePhase
[nix-shell]$ make
</screen>
To install it in <literal>$(pwd)/nix</literal> and test it:
To install it in <literal>$(pwd)/inst</literal> and test it:
<screen>
[nix-shell]$ make install
[nix-shell]$ make installcheck