X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=install.texi;h=c7b52c7260b54073a6fed7838a0910ee818f1f4f;hb=d2b0d4b0f57745d7d09b9cea552235fe31e5db36;hp=441c9a1543619ad5946264d723854c8abc619cbd;hpb=15d288d2e44aa4b243bdcf2bc78d8353a260693c;p=gogost.git diff --git a/install.texi b/install.texi index 441c9a1..c7b52c7 100644 --- a/install.texi +++ b/install.texi @@ -1,14 +1,14 @@ @node Download @unnumbered Download -@set VERSION 4.2.3 +@set VERSION 4.2.4 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