From: Sergey Matveev Date: Fri, 22 Nov 2019 08:34:05 +0000 (+0300) Subject: wget example is not universally available X-Git-Tag: v4.2.1~5 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=bafc85f38cd33ce1ab19d0a0a95d16366b1e7ffd wget example is not universally available --- 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 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