aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/chapters/developer.texi2
-rw-r--r--doc/handbook/chapters/installation.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index 7f16ea2ee..040922022 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -2176,7 +2176,7 @@ work):
2176@example 2176@example
2177export PYPI=@value{PYPI-URL} 2177export PYPI=@value{PYPI-URL}
2178wget $PYPI/z/zope.interface/zope.interface-3.8.0.tar.gz 2178wget $PYPI/z/zope.interface/zope.interface-3.8.0.tar.gz
2179tar zvfz zope.interface-3.8.0.tar.gz 2179tar xzvf zope.interface-3.8.0.tar.gz
2180cd zope.interface-3.8.0 2180cd zope.interface-3.8.0
2181sudo python setup.py install 2181sudo python setup.py install
2182@end example 2182@end example
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index c7c9722fa..dfea3d274 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -82,7 +82,7 @@ The archive can be found at
82@uref{https://ftpmirror.gnu.org/gnu/gnunet/}. Extract it using a graphical 82@uref{https://ftpmirror.gnu.org/gnu/gnunet/}. Extract it using a graphical
83archive tool or @code{tar}: 83archive tool or @code{tar}:
84@example 84@example
85tar xzvf gnunet-0.11.0pre66.tar.gz 85tar xzvf gnunet-@value{VERSION}.tar.gz
86@end example 86@end example
87 87
88In the next chapter we will assume that the source code is available 88In the next chapter we will assume that the source code is available