]> Cypherpunks.ru repositories - goredo.git/blobdiff - README
Move tai64nlocal to tai64n module
[goredo.git] / README
diff --git a/README b/README
index bfd862ecafecfb99dbf289733654517354eae20d..222c94ae2ba99c09a29fd60e05393b6a1757338c 100644 (file)
--- a/README
+++ b/README
@@ -25,12 +25,12 @@ problems with the authenticity on your side, then build it manually: >
 
     $ git clone git://git.cypherpunks.ru/goredo.git
     $ cd goredo
-    $ git tag -v v0.4.0
+    $ git tag -v v0.4.1
     $ git clone git://git.cypherpunks.ru/gorecfile.git
     $ ( cd gorecfile ; git tag -v v0.3.0 )
     $ echo "replace go.cypherpunks.ru/recfile => `pwd`/gorecfile" >> go.mod
     $ git clone git://git.cypherpunks.ru/gotai64n.git
-    $ ( cd gotai64n ; git tag -v v0.1.0 )
+    $ ( cd gotai64n ; git tag -v v0.2.0 )
     $ echo "replace go.cypherpunks.ru/tai64n => `pwd`/gotai64n" >> go.mod
     $ go build
     $ ./goredo -symlinks
@@ -68,9 +68,9 @@ FEATURES                                               *goredo-features*
 * optional statusline with currently running/waiting/done jobs
 * target's stderr can be stored on the disk with TAI64N timestamp
   prefixes for each line. To convert them to localtime you can use either
-  tai64nlocal utility from daemontools (http://cr.yp.to/daemontools.html)
-  or make a symlink, to use built-in slower decoder: >
-    $ ln -s goredo tai64nlocal
+  tai64nlocal utility from daemontools (http://cr.yp.to/daemontools.html),
+  or similar one: >
+    $ go get go.cypherpunks.ru/tai64n/cmd/tai64nlocal
 
 COMMANDS                                               *goredo-commands*