]> Cypherpunks.ru repositories - goredo.git/commitdiff
Up to date installation instruction
authorSergey Matveev <stargrave@stargrave.org>
Thu, 10 Dec 2020 16:15:29 +0000 (19:15 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 10 Dec 2020 16:15:29 +0000 (19:15 +0300)
README

diff --git a/README b/README
index 1c9e59be4026be59a0999487ff49602a700fd5da..bfd862ecafecfb99dbf289733654517354eae20d 100644 (file)
--- 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