README | 5 ++++- diff --git a/README b/README index d3e373e4f864cebf170148856fd4481524c302dc0d7fd80519c127b9e2c54de3..a766fc65e3fca98a90500aee3819e477552c931f20a8155e866a82c7e4169bd6 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.0 $ 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 ) + $ echo "replace go.cypherpunks.ru/tai64n => `pwd`/gotai64n" >> go.mod $ go build $ ./goredo -symlinks $ export PATH=`pwd`:$PATH