]> Cypherpunks.ru repositories - pygost.git/commitdiff
POSIX tells that $ character is default shell prompt
authorSergey Matveev <stargrave@stargrave.org>
Thu, 3 Oct 2019 12:46:59 +0000 (15:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 3 Oct 2019 12:47:57 +0000 (15:47 +0300)
INSTALL
download.texi

diff --git a/INSTALL b/INSTALL
index 33b66957b6fa9c3e821e24de7ccd84f2140d60ce..3965ef225070b2eb01a7d8e17f1eac03483c643a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,16 +3,16 @@ No additional dependencies except Python 2.7/3.x interpreter are required.
 Preferable way is to download tarball with the signature from official
 website:
 
-    % wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz
-    % wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig
-    % gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz
-    % xz -d < pygost-3.7.tar.xz | tar xf -
-    % cd pygost-3.7
-    % python setup.py install
+    $ wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz
+    $ wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig
+    $ gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz
+    $ xz -d < pygost-3.7.tar.xz | tar xf -
+    $ cd pygost-3.7
+    $ python setup.py install
 
 But also you can use PIP (NO authentication is performed!):
 
-    % pip install pygost==3.7
+    $ pip install pygost==3.7
 
 You have to verify downloaded tarballs integrity and authenticity to be
 sure that you retrieved trusted and untampered software. GNU Privacy
@@ -27,5 +27,5 @@ resources.
     uid   PyGOST releases <pygost at cypherpunks dot ru>
 
     Look in PUBKEY.asc file.
-    % gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru
-    % gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru
+    $ gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru
+    $ gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru
index 2bdd18fbdb55476d00173851f2d66e94891c304e..7135149c87cd30d8c2e36f47a179d4dc8259e0a1 100644 (file)
@@ -6,12 +6,12 @@ No additional dependencies except Python 2.7/3.x interpreter are required.
 Preferable way is to download tarball with the signature:
 
 @verbatim
-% wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz
-% wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz.sig
-% gpg --verify pygost-4.0.tar.xz.sig pygost-4.0.tar.xz
-% xz -d < pygost-4.0.tar.xz | tar xf -
-% cd pygost-4.0
-% python setup.py install
+$ wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz
+$ wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz.sig
+$ gpg --verify pygost-4.0.tar.xz.sig pygost-4.0.tar.xz
+$ xz -d < pygost-4.0.tar.xz | tar xf -
+$ cd pygost-4.0
+$ python setup.py install
 @end verbatim
 
 @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
@@ -95,7 +95,7 @@ Preferable way is to download tarball with the signature:
 But also you can use PIP (@strong{no} authentication is performed!):
 
 @verbatim
-% pip install pygost==3.15
+$ pip install pygost==3.15
 @end verbatim
 
 You @strong{have to} verify downloaded tarballs integrity and
@@ -119,8 +119,8 @@ uid   PyGOST releases <pygost at cypherpunks dot ru>
 
 @item
 @verbatim
-% gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru
-% gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru
+$ gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru
+$ gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru
 @end verbatim
 
 @item