From 1ae770ca14e7250ad47a47bf0ed10c31e95e7094 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 25 Mar 2018 18:27:12 +0300 Subject: [PATCH] Newer tarball version in examples --- doc/integrity.texi | 2 +- doc/platforms.texi | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/integrity.texi b/doc/integrity.texi index a88f1b2..174c27c 100644 --- a/doc/integrity.texi +++ b/doc/integrity.texi @@ -33,5 +33,5 @@ uid NNCP releases Then you could verify tarballs signature: @verbatim -% gpg --verify nncp-0.1.tar.xz.sig nncp-0.1.tar.xz +% gpg --verify nncp-3.0.tar.xz.sig nncp-3.0.tar.xz @end verbatim diff --git a/doc/platforms.texi b/doc/platforms.texi index 5a259e3..a266637 100644 --- a/doc/platforms.texi +++ b/doc/platforms.texi @@ -5,11 +5,11 @@ @subsection General installation instructions @verbatim -% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz -% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz.sig -% gpg --verify nncp-0.1.tar.xz.sig nncp-0.1.tar.xz -% tar xf nncp-0.1.tar.xz -% make -C nncp-0.1 all +% wget http://www.nncpgo.org/download/nncp-3.0.tar.xz +% wget http://www.nncpgo.org/download/nncp-3.0.tar.xz.sig +% gpg --verify nncp-3.0.tar.xz.sig nncp-3.0.tar.xz +% tar xf nncp-3.0.tar.xz +% make -C nncp-3.0 all @end verbatim There is @command{install} target respecting @env{DESTDIR}. It will @@ -27,7 +27,7 @@ Look @ref{Integrity, here} for finding public keys for tarball authentication. follow @ref{General, general} installation instructions @verbatim -# make -C nncp-0.1 install +# make -C nncp-3.0 install @end verbatim @node Ubuntu @@ -45,19 +45,19 @@ Look @ref{Integrity, here} for finding public keys for tarball authentication. follow @ref{General, general} installation instructions @verbatim -# make -C nncp-0.1 install PREFIX=/usr +# make -C nncp-3.0 install PREFIX=/usr @end verbatim @item Ubuntu 14.04 @verbatim # apt-get install golang-1.6 -% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz -% wget http://www.nncpgo.org/download/nncp-0.1.tar.xz.sig -% gpg --verify nncp-0.1.tar.xz.sig nncp-0.1.tar.xz -% tar xf nncp-0.1.tar.xz -% PATH=/usr/lib/go-1.6/bin:$PATH make -C nncp-0.1 all -# make -C nncp-0.1 install PREFIX=/usr +% wget http://www.nncpgo.org/download/nncp-3.0.tar.xz +% wget http://www.nncpgo.org/download/nncp-3.0.tar.xz.sig +% gpg --verify nncp-3.0.tar.xz.sig nncp-3.0.tar.xz +% tar xf nncp-3.0.tar.xz +% PATH=/usr/lib/go-1.6/bin:$PATH make -C nncp-3.0 all +# make -C nncp-3.0 install PREFIX=/usr @end verbatim @end table -- 2.44.0