]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/install.texi
Port of goredo in macOS
[goredo.git] / doc / install.texi
index 34688d9993aeecbd4e44174a11dffc55fbfe6d02..3544bc0b1c3170ca83fb6c6aa46af1346fca099a 100644 (file)
@@ -4,6 +4,7 @@
 Possibly @command{goredo} package already exists for your distribution:
 @itemize
 @item @url{https://aur.archlinux.org/packages/goredo/, Arch Linux AUR}
+@item macOS @url{https://github.com/Homebrew/homebrew-core/blob/master/Formula/goredo.rb, Homebrew}
 @end itemize
 
 Preferable way is to download tarball with the signature from website:
@@ -13,8 +14,8 @@ $ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.
 $ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.tar.zst.sig
 $ gpg --verify goredo-@value{VERSION}.tar.zst.sig goredo-@value{VERSION}.tar.zst
 $ zstd -d < goredo-@value{VERSION}.tar.zst | tar xf -
-$ cd goredo-@value{VERSION}
-$ GOPATH=`pwd` go build go.cypherpunks.ru/goredo
+$ cd goredo-@value{VERSION}/src
+$ go build -mod=vendor
 $ ./goredo -symlinks        # create redo-* commands symlinks
 $ export PATH=`pwd`:$PATH   # let your system know about goredo
 @end example