From: ueno Date: Wed, 12 Apr 2006 10:44:52 +0000 (+0000) Subject: Added installation section. X-Git-Tag: epgsm-branchpoint~100 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cd7a5af0110cb4e59e6d08fb8468c14610ff7cd1;p=elisp%2Fepg.git Added installation section. --- diff --git a/README b/README index 4270854..bcf3731 100644 --- a/README +++ b/README @@ -16,11 +16,16 @@ elisp library to interact with GnuPG. * Quick start +** Installation + +$ ./configure +$ sudo make install + ** Transparent file encryption utility EasyPG provides transparent file encryption utility similar to -crypt++, alpaca.el, hedgehog. To try this feature, add the following -line to your ~/.emacs and C-x C-f ~/test.txt.gpg. +crypt++, alpaca.el, hedgehog. To try this, add the following line to +your ~/.emacs and C-x C-f ~/test.txt.gpg. (require 'epg-file)