]> Cypherpunks.ru repositories - gocheese.git/blobdiff - install.texi
URL fixes
[gocheese.git] / install.texi
index 19a9c06236438723ce36e17ab162e48cc4feec93..acce9645217c9b4296ffec79c8e745b7ca7248ec 100644 (file)
@@ -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 @@ $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru
 @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}).