From 9abe5e7e023cde2a993499477cbd512f309cc2cc Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Sat, 20 Mar 2010 09:29:16 -0400 Subject: [PATCH] improve README --HG-- branch : pmacs2 --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 723b295..a406b94 100644 --- a/README +++ b/README @@ -19,15 +19,15 @@ author. Buyer beware! Requirements: 1. python 2.4 or higher (this may become 2.5 or higher) 2. chardet module (for detecting character encodings) - 3. ncurses + 3. curses module (usually ships with python) 4. bash Optional Dependencies: - * aespipe [for aes-encrypted buffers] - * ispell [for spell-checking] - * cvs [for cvs-based commands] - * svn [for svn-based commands] - * mercurial [for hg-based commands] + * python-crypto [for aes-encrypted buffers] + * ispell [for spell-checking] + * cvs [for cvs-based commands] + * svn [for svn-based commands] + * mercurial [for hg-based commands] * perl [for perl syntax-checking] * gcc [for c compilation/syntax-checking] @@ -38,7 +38,7 @@ Optional Dependencies: Quick Start Guide: 1. Download and unpack the pmacs tarball file. After this, there should be - a directory called "pmacs2" somewhere in your filesystem. It doesn't + a directory called "pmacs" somewhere in your filesystem. It doesn't matter where you put this. We'll call the full path to this directory PMACSDIR; in future steps substitute the actual path for this symbol.