fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 26 Jul 2019 08:15:19 +0000 (10:15 +0200)
committerChristian Grothoff <christian@grothoff.org>
Fri, 26 Jul 2019 08:15:19 +0000 (10:15 +0200)
doc/handbook/chapters/installation.texi

index 963f564ac51143458f7d91bee2dfd736163fa20f..327cffeaf5ad0e72bb82044d9efb28065aeee40e 100644 (file)
@@ -203,11 +203,11 @@ if you are in doubt of any configure options or require fixes
 for your operating system.
 
 The following example configures the installation prefix
-@code{/usr/lib} and disables building the documentation
+@code{/usr/local} and disables building the documentation
 @example
 $ cd ~/gnunet
 $ ./bootstrap
-$ configure --prefix=/usr/lib --disable-documentation
+$ configure --prefix=/usr/local --disable-documentation
 @end example
 
 After running the bootstrap script and @code{configure} successfully