]> Cypherpunks.ru repositories - gocheese.git/blobdiff - install.texi
Version refactoring
[gocheese.git] / install.texi
index 3c46c5aceb0a99146db2caa2264573b11c214cd5..2b605eeec5bae14ffd6aba126f636395635a5dce 100644 (file)
@@ -1,8 +1,6 @@
 @node Install
 @unnumbered Install
 
-@set VERSION 2.4.0
-
 Preferable way is to download tarball with the signature from
 website and, for example, run tests with benchmarks:
 
@@ -12,17 +10,14 @@ $ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.x
 $ gpg --verify gocheese-@value{VERSION}.tar.xz.sig gocheese-@value{VERSION}.tar.xz
 $ xz -d < gocheese-@value{VERSION}.tar.xz | tar xf -
 $ cd gocheese-@value{VERSION}
-$ redo all test
+$ redo test all
 @end example
 
 It uses @url{http://cr.yp.to/redo.html, redo} build system for that
 examples. You can use either dozen of various implementations, or at
-least minimalistic POSIX shell @code{apenwarr/do}:
-
-@example
-$ [fetch|wget] https://github.com/apenwarr/redo/raw/master/minimal/do
-$ mv do redo ; chmod +x redo
-@end example
+least minimalistic POSIX shell @command{contrib/do} (just replace
+@command{redo} with @command{contrib/do} in the example above) included
+in tarball.
 
 @include download.texi