]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/platforms.texi
Full go modules usage
[nncp.git] / doc / platforms.texi
index 595b7d0d4316dc498f478d6d7757c2722321d320..e9835e3b1cab72b99b04ddf0e46053c92a5974f8 100644 (file)
@@ -7,12 +7,11 @@
 Look @ref{Integrity, here} for finding public keys for tarball authentication.
 
 @verbatim
-$ wget http://www.nncpgo.org/download/nncp-3.1.tar.xz
-$ wget http://www.nncpgo.org/download/nncp-3.1.tar.xz.sig
-$ gpg --verify nncp-3.1.tar.xz.sig nncp-3.1.tar.xz
-$ xz -d nncp-3.1.tar.xz
-$ tar xf nncp-3.1.tar
-$ make -C nncp-3.1 all
+$ wget http://www.nncpgo.org/download/nncp-4.2.0.tar.xz
+$ wget http://www.nncpgo.org/download/nncp-4.2.0.tar.xz.sig
+$ gpg --verify nncp-4.2.0.tar.xz.sig nncp-4.2.0.tar.xz
+$ xz -d --stdout nncp-4.2.0.tar.xz | tar xf nncp-4.2.0.tar
+$ make -C nncp-4.2.0 all
 @end verbatim
 
 There is @command{install} target respecting @env{DESTDIR}. It will
@@ -33,7 +32,7 @@ Look @ref{Integrity, here} for finding public keys for tarball authentication.
 follow @ref{General, general} installation instructions
 
 @verbatim
-# make -C nncp-3.1 install PREFIX=/usr
+# make -C nncp-4.2.0 install PREFIX=/usr
 @end verbatim
 
 @item Ubuntu 14.04