X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=install.texi;h=eca66992b34d6ad64f85e0f72f098528a06379b7;hb=038fb53e67913f150700107d1db86d5fa54d138d;hp=2b605eeec5bae14ffd6aba126f636395635a5dce;hpb=232408af2996be5a87350e81c151508ca55cd171;p=gocheese.git diff --git a/install.texi b/install.texi index 2b605ee..eca6699 100644 --- a/install.texi +++ b/install.texi @@ -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 @@ -51,4 +51,4 @@ $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru You can obtain development source code with @command{git clone git://git.cypherpunks.ru/gocheese.git} -(also you can use @url{https://git.cypherpunks.ru/git/gocheese.git}). +(also you can use @url{https://git.cypherpunks.ru/gocheese.git}).