]> Cypherpunks.ru repositories - gogost.git/blobdiff - install.texi
Download link for 5.14.1 release
[gogost.git] / install.texi
index 891ac9dcfd0dac81a3793378984f9fb7f28333db..3e72eb0f8adc65e86cbf3f8fdc276a67d7be8a49 100644 (file)
@@ -8,7 +8,7 @@ website and, for example, run tests with benchmarks:
 $ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst
 $ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst.@{asc,sig@}
 [verify signature]
-$ zstd -d gogost-@value{VERSION}.tar.zst | tar xf -
+$ tar xf gogost-@value{VERSION}.tar.zst
 $ cd gogost-@value{VERSION}
 $ go build -mod=vendor -o streebog256 ./cmd/streebog256
 $ echo hello world | ./streebog256
@@ -24,7 +24,7 @@ like this:
 $ mkdir -p myproj/vendor/go.cypherpunks.ru/gogost
 $ mv gogost-@value{VERSION} myproj/vendor/go.cypherpunks.ru/gogost/v5
 $ cd myproj
-$ cat > main.go <<EOF
+$ cat >main.go <<EOF
 package main
 
 import (