X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Finstall.rst;h=057f47db616a2b1da39b69dc88edc0f9fa125cae;hp=1164126e197c8e740de691d25416b9033a129941;hb=f36c78c271f51a5e12442186aaea3383b4653bbe;hpb=239cddaf3fe37dafea777597af202092496c2d46 diff --git a/doc/install.rst b/doc/install.rst index 1164126..057f47d 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -5,8 +5,8 @@ Preferable way is to :ref:`download ` tarball with the signature from `official website `__:: $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-9.3.tar.zst - $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-9.3.tar.zst.sig - $ gpg --verify pyderasn-9.3.tar.zst.sig pyderasn-9.3.tar.zst + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-9.3.tar.zst.asc + $ gpg --verify pyderasn-9.3.tar.zst.asc pyderasn-9.3.tar.zst $ zstd -d < pyderasn-9.3.tar.zst | tar xf - $ cd pyderasn-9.3 $ python setup.py install