]> Cypherpunks.ru repositories - gogost.git/commitdiff
wget example is not universally available
authorSergey Matveev <stargrave@stargrave.org>
Fri, 22 Nov 2019 08:34:05 +0000 (11:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 22 Nov 2019 08:34:05 +0000 (11:34 +0300)
INSTALL
download.texi

diff --git a/INSTALL b/INSTALL
index 22565efcf353e7069072c94417f6b3fedeca58a4..1f4d3aa64d9532d24d5eec8d3eab08bdb0ab1200 100644 (file)
--- 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
index 4a2fbfed9c7b4fa85330ed72928cc85854ab45d9..47e723fd0bb55d04222cccb1b37fa5af253dcbf5 100644 (file)
@@ -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