diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -71,11 +71,13 @@ DOCUMENTATION The complete documentation is in the texinfo manual named `gnupg.info'. Run "info gnupg" to read it. If you want a a printable -copy of the manual, change to the "doc" directory and enter "make -gnupg.pdf". For a HTML version enter "make gnupg.html" and point your -browser to gnupg.html/index.html. Standard man pages for all -components are provided as well. Watch http://www.gnupg.org for -updated and new documentation. +copy of the manual, change to the "doc" directory and enter "make pdf" +For a HTML version enter "make html" and point your browser to +gnupg.html/index.html. Standard man pages for all components are +provided as well. An online version of the manual is available at +http://www.gnupg.org/documentation/manuals/gnupg/ . A version of the +manual pertaining to the current development snapshot is at +http://www.gnupg.org/documentation/manuals/gnupg-devel/ . @@ -88,7 +90,7 @@ functionality up into several modules. Both versions may be installed simultaneously without any conflict (gpg is called gpg2 in GnuPG 2). In fact, the gpg version from GnuPG 1.4 is able to make use of the gpg-agent as included in GnuPG 2 and allows for seamless passphrase -caching. The advantage of GnupG 1.4 is its smaller size and no +caching. The advantage of GnuPG 1.4 is its smaller size and no dependency on other modules at run and build time. |