about summary refs log tree commit diff
path: root/doc/manual
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-08-30T14·24+0200
committerGitHub <noreply@github.com>2018-08-30T14·24+0200
commit308689f94bf64514ee91acc8eed09e4a48b7730a (patch)
tree9bada72f48aa79a86041d8d9c3b3abb0d264addc /doc/manual
parent99828245f8f03a8b3b54a04f67e6df31235838f4 (diff)
parent8ad2defdf0b33c34e48773b501e35bfdbbb936f7 (diff)
Merge pull request #2365 from erikarvstedt/fix-docs
Docs: Fix install prefix
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 183aed7adff2..b671811d3a30 100644
--- a/doc/manual/hacking.xml
+++ b/doc/manual/hacking.xml
@@ -30,7 +30,7 @@ To build Nix itself in this shell:
 [nix-shell]$ configurePhase
 [nix-shell]$ make
 </screen>
-To install it in <literal>$(pwd)/nix</literal> and test it:
+To install it in <literal>$(pwd)/inst</literal> and test it:
 <screen>
 [nix-shell]$ make install
 [nix-shell]$ make installcheck