X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=222c94ae2ba99c09a29fd60e05393b6a1757338c;hb=601f58169f450ccfeba72394eac549c4f412ab82;hp=1c9e59be4026be59a0999487ff49602a700fd5da;hpb=2f59a0a81e3839ead25a8bb31c14c4771775f684;p=goredo.git diff --git a/README b/README index 1c9e59b..222c94a 100644 --- a/README +++ b/README @@ -25,10 +25,13 @@ 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.3.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.2.0 ) + $ echo "replace go.cypherpunks.ru/tai64n => `pwd`/gotai64n" >> go.mod $ go build $ ./goredo -symlinks $ export PATH=`pwd`:$PATH @@ -65,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*