aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/hacking.xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-16 11:09:01 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-16 11:21:44 +0200
commita2c85b2ef85a34bf8e5238c315a4ca73606f5ae6 (patch)
treeb9f3a1da8f442eab9d723e86d1bea21921678b8f /doc/manual/hacking.xml
parent5bcb98271103c6c2ca3b993d8b1b0eb9eadcbc1c (diff)
Manual: Typo
Diffstat (limited to 'doc/manual/hacking.xml')
-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>