From cd7a5af0110cb4e59e6d08fb8468c14610ff7cd1 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 12 Apr 2006 10:44:52 +0000 Subject: [PATCH] Added installation section. --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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) -- 1.7.10.4