X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=download.texi;h=47e723fd0bb55d04222cccb1b37fa5af253dcbf5;hb=bafc85f38cd33ce1ab19d0a0a95d16366b1e7ffd;hp=4a2fbfed9c7b4fa85330ed72928cc85854ab45d9;hpb=b3b8a9222f22b26a39ee115c6c61f563ab426915;p=gogost.git diff --git a/download.texi b/download.texi index 4a2fbfe..47e723f 100644 --- a/download.texi +++ b/download.texi @@ -5,8 +5,8 @@ Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @verbatim -$ wget http://gogost.cypherpunks.ru/gogost-4.2.0.tar.xz -$ wget http://gogost.cypherpunks.ru/gogost-4.2.0.tar.xz.sig +$ [fetch|wget] http://gogost.cypherpunks.ru/gogost-4.2.0.tar.xz +$ [fetch|wget] http://gogost.cypherpunks.ru/gogost-4.2.0.tar.xz.sig $ gpg --verify gogost-4.2.0.tar.xz.sig gogost-4.2.0.tar.xz $ xz -d < gogost-4.2.0.tar.xz | tar xf - $ make -C gogost-4.2.0 all bench