Added installation section.
authorueno <ueno>
Wed, 12 Apr 2006 10:44:52 +0000 (10:44 +0000)
committerueno <ueno>
Wed, 12 Apr 2006 10:44:52 +0000 (10:44 +0000)
README

diff --git a/README b/README
index 4270854..bcf3731 100644 (file)
--- 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)