X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=install.texi;h=cd6c450fdd096e16ec7bee603b43b27b0285fc76;hb=6ffa9ce8fa1406cf0b0252596dc7dbece4a578e1;hp=9ce6459908d4b5aafc2cac67a2b817085ec25434;hpb=5d6df51d96f29e1188cb7a4a8bec06a9d970484b;p=gogost.git diff --git a/install.texi b/install.texi index 9ce6459..cd6c450 100644 --- a/install.texi +++ b/install.texi @@ -1,14 +1,14 @@ @node Download @unnumbered Download -@set VERSION 4.2.4 +@set VERSION 4.3.0 Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz -$ [fetch|wget] http://gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig +$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz +$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig $ gpg --verify gogost-@value{VERSION}.tar.xz.sig gogost-@value{VERSION}.tar.xz $ xz --decompress --stdout gogost-@value{VERSION}.tar.xz | tar xf - $ cd gogost-@value{VERSION} @@ -94,7 +94,7 @@ GoGOST is also @command{go get}-able. For example to use $ go get go.cypherpunks.ru/gogost/cmd/streebog256 @end example -@code{go.cypherpunks.ru} uses @url{http://ca.cypherpunks.ru/, ca.cypherpunks.ru} +@code{go.cypherpunks.ru} uses @url{http://www.ca.cypherpunks.ru/, ca.cypherpunks.ru} certificate authority. If you have issues using either @code{sum.golang.org} or @code{proxy.golang.org}, then you can disable their usage with @env{GOPRIVATE=go.cypherpunks.ru/gogost} environment