]> Cypherpunks.ru repositories - nncp.git/commitdiff
Newer tarball version in examples
authorSergey Matveev <stargrave@stargrave.org>
Sun, 25 Mar 2018 15:27:12 +0000 (18:27 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 25 Mar 2018 15:27:12 +0000 (18:27 +0300)
doc/integrity.texi
doc/platforms.texi

index a88f1b2744de8abbee0e6e05d330db1563ad29ca..174c27c6c458534a812cfbd44ced148b6d63f49e 100644 (file)
@@ -33,5 +33,5 @@ uid   NNCP releases <releases at nncpgo dot org>
 
 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
index 5a259e34a244540896a16fc169cefe7843b22cd0..a266637d21197c88d7a9f2175f66f7924d95d0ab 100644 (file)
@@ -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