]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/install.rst
Fixed download link
[pyderasn.git] / doc / install.rst
index 2bdd9f9acb0c79fb39da4a731197b238720f0901..5d6802b0ae25bf7b4d16fc34f60982347caec507 100644 (file)
@@ -4,8 +4,8 @@ Install
 Preferable way is to :ref:`download <download>` tarball with the
 signature from `official website <http://www.pyderasn.cypherpunks.ru/>`__::
 
-    $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.4.tar.xz
-    $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.4.tar.xz.sig
+    $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-8.4.tar.xz
+    $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-8.4.tar.xz.sig
     $ gpg --verify pyderasn-8.4.tar.xz.sig pyderasn-8.4.tar.xz
     $ xz --decompress --stdout pyderasn-8.4.tar.xz | tar xf -
     $ cd pyderasn-8.4