X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Finstall.texi;h=fe92e29e7043714f4f222730af7d4a1a130da7c7;hb=12d4d27f077e49390d757e64116056c0bf78e3ef;hp=244078e357aab5f564c25a77fc33237135bda065;hpb=0d1245085c3323739f476fb40a632fb2840369b0;p=gocheese.git diff --git a/doc/install.texi b/doc/install.texi index 244078e..fe92e29 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -11,8 +11,8 @@ website and, for example, run tests with benchmarks: @example $ [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 +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst.asc +$ gpg --verify gocheese-@value{VERSION}.tar.zst.asc gocheese-@value{VERSION}.tar.zst $ zstd -d < gocheese-@value{VERSION}.tar.zst | tar xf - $ cd gocheese-@value{VERSION} $ go build -mod=vendor