From: Sergey Matveev Date: Sun, 25 Mar 2018 15:29:38 +0000 (+0300) Subject: Remove FreeBSD-specific instructions, because port exists X-Git-Tag: 3.1^2~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eeffb2fd7ed6ba5685370710d2b8359d6551a284;p=nncp.git Remove FreeBSD-specific instructions, because port exists --- 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