From eeffb2fd7ed6ba5685370710d2b8359d6551a284 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 25 Mar 2018 18:29:38 +0300 Subject: [PATCH] Remove FreeBSD-specific instructions, because port exists --- doc/platforms.texi | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/doc/platforms.texi b/doc/platforms.texi index a266637..02e77a7 100644 --- a/doc/platforms.texi +++ b/doc/platforms.texi @@ -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 -- 2.48.1