]> Cypherpunks.ru repositories - nncp.git/commitdiff
Remove FreeBSD-specific instructions, because port exists
authorSergey Matveev <stargrave@stargrave.org>
Sun, 25 Mar 2018 15:29:38 +0000 (18:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 25 Mar 2018 15:29:38 +0000 (18:29 +0300)
doc/platforms.texi

index a266637d21197c88d7a9f2175f66f7924d95d0ab..02e77a7b3ee98e60229ba8ae18e296b7a21ea917 100644 (file)
@@ -4,32 +4,20 @@
 @node General
 @subsection General installation instructions
 
+Look @ref{Integrity, here} for finding public keys for tarball authentication.
+
 @verbatim
 % 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
+% xz -d nncp-3.0.tar.xz
+% tar xf nncp-3.0.tar
 % make -C nncp-3.0 all
 @end verbatim
 
 There is @command{install} target respecting @env{DESTDIR}. It will
 install binaries and info-documentation.
 
-@node FreeBSD
-@subsection FreeBSD installation instructions
-
-Look @ref{Integrity, here} for finding public keys for tarball authentication.
-
-@verbatim
-# pkg install go
-@end verbatim
-
-follow @ref{General, general} installation instructions
-
-@verbatim
-# make -C nncp-3.0 install
-@end verbatim
-
 @node Ubuntu
 @subsection Ubuntu installation instructions