From bafc85f38cd33ce1ab19d0a0a95d16366b1e7ffd Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 22 Nov 2019 11:34:05 +0300 Subject: [PATCH] wget example is not universally available --- INSTALL | 4 ++-- download.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.44.0