diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/hacking.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml index 1228285e12ef..11af0998f982 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> |