]> Cypherpunks.ru repositories - gocheese.git/blobdiff - install.texi
Vendorize tarball
[gocheese.git] / install.texi
index a060ec35410170ec60178427a3de4341a05c5293..eca66992b34d6ad64f85e0f72f098528a06379b7 100644 (file)
@@ -5,12 +5,12 @@ 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.xz
-$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig
-$ gpg --verify gocheese-@value{VERSION}.tar.xz.sig gocheese-@value{VERSION}.tar.xz
-$ xz -d < gocheese-@value{VERSION}.tar.xz | tar xf -
+$ [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
+$ 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
+$ redo test all # or go build -mod=vendor
 @end example
 
 It uses @url{http://cr.yp.to/redo.html, redo} build system for that