tell user to grab pandoc and do a make before running

This commit is contained in:
James Vasile 2011-09-30 00:48:07 -04:00
parent b184fc74c5
commit c8494f02f5

10
INSTALL
View File

@ -2,12 +2,14 @@
## Installing Plinth ## Installing Plinth
Install the python-cheetah package. Install the python-cheetah package and pandoc:
apt-get install python-cheetah pandoc
Unzip and untar the source into a directory. Change to the directory Unzip and untar the source into a directory. Change to the directory
containing the program. Run `./plinth.py` and point your web containing the program. Do `make` and then run `./plinth.py` and
browser at `localhost:8000`. The default username is "admin" and the point your web browser at `localhost:8000`. The default username is
default password is "secret". "admin" and the default password is "secret".
## Dependencies ## Dependencies