From 60e4110f0f1b8d4a9b482686e7669105d03a7e95 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 3 Mar 2019 21:38:33 +0000 Subject: Fix some comedy which made its way into release --- doc/handbook/chapters/developer.texi | 2 +- doc/handbook/chapters/installation.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/handbook') 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): @example export PYPI=@value{PYPI-URL} wget $PYPI/z/zope.interface/zope.interface-3.8.0.tar.gz -tar zvfz zope.interface-3.8.0.tar.gz +tar xzvf zope.interface-3.8.0.tar.gz cd zope.interface-3.8.0 sudo python setup.py install @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 @uref{https://ftpmirror.gnu.org/gnu/gnunet/}. Extract it using a graphical archive tool or @code{tar}: @example -tar xzvf gnunet-0.11.0pre66.tar.gz +tar xzvf gnunet-@value{VERSION}.tar.gz @end example In the next chapter we will assume that the source code is available -- cgit v1.2.3