aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/installation.texi
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-06-26 15:59:28 +0200
committerlurchi <lurchi@strangeplace.net>2019-06-26 15:59:28 +0200
commit51e989e7d85e7d72977e93f78819a6a84b5dba4e (patch)
treea27ed5cde29de979cbb14ce8674ab56dd84fb368 /doc/handbook/chapters/installation.texi
parentfdc4473851419275d8d943e94593fed7ae432f09 (diff)
downloadgnunet-51e989e7d85e7d72977e93f78819a6a84b5dba4e.tar.gz
gnunet-51e989e7d85e7d72977e93f78819a6a84b5dba4e.zip
fix command line argument
Diffstat (limited to 'doc/handbook/chapters/installation.texi')
-rw-r--r--doc/handbook/chapters/installation.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index 7386bca7c..9caf3cded 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -175,7 +175,7 @@ The following example configures the installation prefix
175@example 175@example
176$ cd ~/gnunet 176$ cd ~/gnunet
177$ ./bootstrap 177$ ./bootstrap
178$ configure --prefix=/usr/lib --disable-configuration 178$ configure --prefix=/usr/lib --disable-documentation
179@end example 179@end example
180 180
181After running the bootstrap script and @code{configure} successfully 181After running the bootstrap script and @code{configure} successfully