aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/hacking.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/hacking.xml')
-rw-r--r--doc/manual/hacking.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml
index 11af0998f..183aed7ad 100644
--- a/doc/manual/hacking.xml
+++ b/doc/manual/hacking.xml
@@ -22,7 +22,7 @@ $ nix-build release.nix -A build.x86_64-linux
environment variables are set up so that those dependencies can be
found:
<screen>
-$ ./dev-shell
+$ nix-shell
</screen>
To build Nix itself in this shell:
<screen>
@@ -30,7 +30,7 @@ To build Nix itself in this shell:
[nix-shell]$ configurePhase
[nix-shell]$ make
</screen>
-To test it:
+To install it in <literal>$(pwd)/nix</literal> and test it:
<screen>
[nix-shell]$ make install
[nix-shell]$ make installcheck