]> Cypherpunks.ru repositories - gogost.git/blobdiff - download.texi
wget example is not universally available
[gogost.git] / download.texi
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