X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=1f4d3aa64d9532d24d5eec8d3eab08bdb0ab1200;hb=b0cc5af474fae6c1786464924981fc0bf895792f;hp=22565efcf353e7069072c94417f6b3fedeca58a4;hpb=ce6c45e481a59d843a3b9caab55608c738aac2f4;p=gogost.git diff --git a/INSTALL b/INSTALL index 22565ef..1f4d3aa 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Preferable way is to download tarball with the signature from official website and, for example, run tests with benchmarks: - $ 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