]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/features.texi
go install requires version specification
[goredo.git] / doc / features.texi
index 13530aec4502f43def54f4d2c8002564ae92f58b..87370e786b3c006c7320ac2a8a5036f998a242a6 100644 (file)
@@ -1,4 +1,5 @@
 @node Features
+@cindex features
 @unnumbered Features
 
 Notable features that differentiate @command{goredo} from many other
@@ -12,6 +13,7 @@ implementations.
     @item check that @file{stdout} and @file{$3} are not written simultaneously
     @item check that generated target was not modified "externally" outside
       the redo, preventing its overwriting, but continuing the build
+      (optionally can stop)
     @end itemize
 @item recursive, indented and serialized logs display ability, with
     priority to the depth and bad return codes, like in @command{apenwarr/redo},
@@ -40,7 +42,9 @@ implementations.
     for each line. To convert them to localtime you can use either
     @command{tai64nlocal} utility from
     @url{http://cr.yp.to/daemontools.html, daemontools}, or similar one:
-    @code{go get go.cypherpunks.ru/tai64n/cmd/tai64nlocal}
-@item Either GNU Make or bmake @ref{Jobserver, jobserver} compatibility support
+    @code{go install go.cypherpunks.ru/tai64n/v2/cmd/tai64nlocal@@latest}
+@item Either @url{https://www.gnu.org/software/make/, GNU Make}
+    or @url{http://netbsd.org/, NetBSD}'s @command{bmake}
+    @ref{Jobserver, jobserver} compatibility support
 
 @end itemize