X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Finstall.texi;h=e00ce39225381fafcae9b488a867b47bb305572f;hb=9abd4f096961adf76de6fd3c5898a447a3ff81cf;hp=4922b1c7f41cfe22d0bcca15afffe61c8456ba45;hpb=fa48f084eef99af81282ef9499fb56c67380c4a1;p=gocheese.git diff --git a/doc/install.texi b/doc/install.texi index 4922b1c..e00ce39 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -5,8 +5,8 @@ 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}