X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Finstall.texi;h=ba0f0cc6950cb93a0d17786167ee707dad282a33;hb=240e970cd64ca6465469af669e6b6333550ff520;hp=3544bc0b1c3170ca83fb6c6aa46af1346fca099a;hpb=f55840281e03ae8393c0a3a853807457865c2dc6;p=goredo.git diff --git a/doc/install.texi b/doc/install.texi index 3544bc0..ba0f0cc 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -1,10 +1,20 @@ @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 @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} +@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: @@ -57,12 +67,14 @@ $ 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}).