about summary refs log tree commit diff
path: root/doc/manual
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-16T09·09+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-16T09·21+0200
commita2c85b2ef85a34bf8e5238c315a4ca73606f5ae6 (patch)
treeb9f3a1da8f442eab9d723e86d1bea21921678b8f /doc/manual
parent5bcb98271103c6c2ca3b993d8b1b0eb9eadcbc1c (diff)
Manual: Typo
Diffstat (limited to 'doc/manual')
-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 1228285e12..11af0998f9 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>