Merge pull request #2365 from erikarvstedt/fix-docs

Docs: Fix install prefix
This commit is contained in:
Eelco Dolstra 2018-08-30 16:24:52 +02:00 committed by GitHub
commit 308689f94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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