aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/chapters/installation.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index 963f564ac..327cffeaf 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -203,11 +203,11 @@ if you are in doubt of any configure options or require fixes
203for your operating system. 203for your operating system.
204 204
205The following example configures the installation prefix 205The following example configures the installation prefix
206@code{/usr/lib} and disables building the documentation 206@code{/usr/local} and disables building the documentation
207@example 207@example
208$ cd ~/gnunet 208$ cd ~/gnunet
209$ ./bootstrap 209$ ./bootstrap
210$ configure --prefix=/usr/lib --disable-documentation 210$ configure --prefix=/usr/local --disable-documentation
211@end example 211@end example
212 212
213After running the bootstrap script and @code{configure} successfully 213After running the bootstrap script and @code{configure} successfully