aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/hacking.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml
index 1228285e1..11af0998f 100644
--- a/doc/manual/hacking.xml
+++ b/doc/manual/hacking.xml
@@ -26,7 +26,7 @@ $ ./dev-shell
</screen>
To build Nix itself in this shell:
<screen>
-[nix-shell]$ ./bootstrap
+[nix-shell]$ ./bootstrap.sh
[nix-shell]$ configurePhase
[nix-shell]$ make
</screen>