]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/install.texi
Armored signature
[goredo.git] / doc / install.texi
index 33f036999b574f26e928993b127ca1ffc2a8aeaf..d5743d7c6d453aa9519193b66fad57308b8b253b 100644 (file)
@@ -16,6 +16,9 @@ Possibly @command{goredo} package already exists for your distribution:
 @cindex Arch Linux
 @item Arch Linux @url{https://aur.archlinux.org/packages/goredo, AUR}
 
+@cindex container image
+@item Container @url{https://github.com/rdavid/goredoer, image}
+
 @cindex Fedora
 @item Fedora @url{https://github.com/rpmsphere/source/tree/master/g, RPM Sphere}
 
@@ -38,8 +41,8 @@ Preferable way is to download tarball with the signature from website:
 
 @example
 $ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.tar.zst
-$ [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
+$ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.tar.zst.asc
+$ gpg --verify goredo-@value{VERSION}.tar.zst.asc goredo-@value{VERSION}.tar.zst
 $ zstd -d < goredo-@value{VERSION}.tar.zst | tar xf -
 $ cd goredo-@value{VERSION}/src
 $ go build -mod=vendor