install.texi | 7 ++++--- makedist.sh | 2 +- style.css | 2 +- diff --git a/install.texi b/install.texi index fc96cfbccb77ec426f9d1427073f674b1169e137a39f9c92b6ce9e9f0475b53f..80d8ad19c99d79a7091d0f87906516a74893ee118ac4d0392896000b0fc2ebaa 100644 --- a/install.texi +++ b/install.texi @@ -7,8 +7,8 @@ Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz -$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig $ gpg --verify gocheese-@value{VERSION}.tar.xz.sig gocheese-@value{VERSION}.tar.xz $ xz -d < gocheese-@value{VERSION}.tar.xz | tar xf - $ make -C gocheese-@value{VERSION} all test @@ -45,4 +45,5 @@ @end itemize You can obtain development source code with -@command{git clone git://git.cypherpunks.ru/gocheese.git}. +@command{git clone git://git.cypherpunks.ru/gocheese.git} +(also you can use @url{https://git.cypherpunks.ru/git/gocheese.git}). diff --git a/makedist.sh b/makedist.sh index 647f11f0d5ca965451eeaad859e6981a35f8876f9b5116f9b9ed08e2a0b2024b..a73c76c30922ca3501cd26247215fafcc3c996b0c50c5416eb40504360dcea89 100755 --- a/makedist.sh +++ b/makedist.sh @@ -66,7 +66,7 @@ mv $tmp/golang.org src cat > download.texi <