From: Sergey Matveev Date: Thu, 10 Dec 2020 16:15:29 +0000 (+0300) Subject: Up to date installation instruction X-Git-Tag: v0.4.1~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=commitdiff_plain;h=65e23fdc08df193588cb0c345b957806fffe9fe4 Up to date installation instruction --- diff --git a/README b/README index 1c9e59b..bfd862e 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