]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/install.texi
Trivial alignment
[goredo.git] / doc / install.texi
index b25603bdaceae644fbc8bb7f85f7596306f7523b..83f9d2db245fe4e909cbe0278e61110987009646 100644 (file)
@@ -1,6 +1,22 @@
 @node Install
+@cindex install
+@cindex packages
+@cindex ports
+@cindex tarball
+@cindex download
+@cindex PGP
 @unnumbered Install
 
+Possibly @command{goredo} package already exists for your distribution:
+@itemize
+@item ALT Linux @url{http://www.sisyphus.ru/ru/srpm/Sisyphus/goredo, Sisyphus}
+@item Arch Linux @url{https://aur.archlinux.org/packages/goredo, AUR}
+@item Fedora @url{https://github.com/rpmsphere/source/tree/master/g, RPM Sphere}
+@item @url{https://www.freshports.org/devel/goredo/, FreeBSD ports}
+@item macOS @url{https://formulae.brew.sh/formula/goredo, Homebrew}
+@item @url{https://pkgsrc.se/devel/goredo, NetBSD package}
+@end itemize
+
 Preferable way is to download tarball with the signature from website:
 
 @example
@@ -8,8 +24,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
@@ -36,7 +52,7 @@ uid   goredo releases <goredo@cypherpunks.ru>
 @item
 @example
 $ gpg --auto-key-locate dane --locate-keys goredo at cypherpunks dot ru
-$ gpg --auto-key-locate wkd --locate-keys goredo at cypherpunks dot ru
+$ gpg --auto-key-locate  wkd --locate-keys goredo at cypherpunks dot ru
 @end example
 
 @item
@@ -51,12 +67,17 @@ $ go get go.cypherpunks.ru/goredo
 $ goredo -symlinks
 @end example
 
+@vindex GOPRIVATE
 If you have problems with @code{*.golang.org}'s inability to verify
 authenticity of @code{go.cypherpunks.ru} TLS connection, then you can
-disable their usage by setting @env{GOPRIVATE=go.cypherpunks.ru}. You
-can override CA certificate file path with @env{SSL_CERT_FILE} and
-@env{GIT_SSL_CAINFO} environment variables.
+disable their usage by setting @env{$GOPRIVATE=go.cypherpunks.ru}. You
+can override CA certificate file path with @env{$SSL_CERT_FILE} and
+@env{$GIT_SSL_CAINFO} environment variables.
 
+@cindex git
 You can obtain development source code with
 @command{git clone git://git.cypherpunks.ru/goredo.git}
 (also you can use @url{https://git.cypherpunks.ru/goredo.git}).
+
+Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil}
+accessible address: @url{http://y.www.goredo.cypherpunks.ru/}.