X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=install.texi;fp=install.texi;h=df6780a50a0b35e149955254cb1aa4cab62cdd6e;hp=ea2a425f4e429cd6bb23247aa89d42fbe74a8c77;hb=f3806b3cf5a9ccae5c358c1942262cf0f1d16227;hpb=470f3688e253cacdd76563b447f726b5a6d571ab diff --git a/install.texi b/install.texi index ea2a425..df6780a 100644 --- a/install.texi +++ b/install.texi @@ -7,8 +7,8 @@ Preferable way is to download tarball with the signature: @example $ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst -$ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst.sig -$ gpg --verify pygost-@value{VERSION}.tar.zst.sig pygost-@value{VERSION}.tar.zst +$ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst.asc +$ gpg --verify pygost-@value{VERSION}.tar.zst.asc pygost-@value{VERSION}.tar.zst $ zstd -d < pygost-@value{VERSION}.tar.zst | tar xf - $ cd pygost-@value{VERSION} $ python setup.py install