X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=README;fp=README;h=222c94ae2ba99c09a29fd60e05393b6a1757338c;hp=bfd862ecafecfb99dbf289733654517354eae20d;hb=cc18c735b51ace648dedb7a425a0b2e41e724af6;hpb=1b925e709be6ccf17a8339be69953f5843b78532 diff --git a/README b/README index bfd862e..222c94a 100644 --- 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*