aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-03 21:38:33 +0000
committerng0 <ng0@n0.is>2019-03-03 21:38:33 +0000
commit60e4110f0f1b8d4a9b482686e7669105d03a7e95 (patch)
treef41235fad3669ce8a846a1d87c8f65ec871cbf7c /doc/handbook
parentc19219ce837457fb0bdcf94a78ffbe1be4d5038b (diff)
downloadgnunet-60e4110f0f1b8d4a9b482686e7669105d03a7e95.tar.gz
gnunet-60e4110f0f1b8d4a9b482686e7669105d03a7e95.zip
Fix some comedy which made its way into release
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