]> Cypherpunks.ru repositories - gocheese.git/blobdiff - doc/install.texi
Drop PGP signatures support
[gocheese.git] / doc / install.texi
index 4922b1c7f41cfe22d0bcca15afffe61c8456ba45..244078e357aab5f564c25a77fc33237135bda065 100644 (file)
@@ -1,24 +1,23 @@
 @node Install
 @unnumbered Install
 
+Possibly @command{gocheese} package already exists for your distribution:
+@itemize
+@item @url{https://www.freshports.org/devel/gocheese/, FreeBSD ports}
+@end itemize
+
 Preferable way is to download tarball with the signature from
 website and, for example, run tests with benchmarks:
 
 @example
-$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.zst
-$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.zst.sig
+$ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst
+$ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst.sig
 $ gpg --verify gocheese-@value{VERSION}.tar.zst.sig gocheese-@value{VERSION}.tar.zst
 $ zstd -d < gocheese-@value{VERSION}.tar.zst | tar xf -
 $ cd gocheese-@value{VERSION}
-$ redo test all # or go build -mod=vendor
+$ go build -mod=vendor
 @end example
 
-It uses @url{http://cr.yp.to/redo.html, redo} build system for that
-examples. You can use either dozen of various implementations, or at
-least minimalistic POSIX shell @command{contrib/do} (just replace
-@command{redo} with @command{contrib/do} in the example above) included
-in tarball.
-
 @include download.texi
 
 You @strong{have to} verify downloaded tarballs integrity and
@@ -41,7 +40,7 @@ uid   GoCheese releases <gocheese@cypherpunks.ru>
 @item
 @example
 $ gpg --auto-key-locate dane --locate-keys gocheese at cypherpunks dot ru
-$ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru
+$ gpg --auto-key-locate  wkd --locate-keys gocheese at cypherpunks dot ru
 @end example
 
 @item