improve README

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-03-20 09:29:16 -04:00
parent 7320b7ef65
commit 9abe5e7e02
1 changed files with 7 additions and 7 deletions

6
README
View File

@ -19,11 +19,11 @@ 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]
* python-crypto [for aes-encrypted buffers]
* ispell [for spell-checking]
* cvs [for cvs-based commands]
* svn [for svn-based commands]
@ -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.