summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-09-30 00:48:07 -0400
committerJames Vasile <james@hackervisions.org>2011-09-30 00:48:07 -0400
commitc8494f02f5e230520f467bd1b7f1cde6e93cb9eb (patch)
tree546faa3adf6348d518226e54baf41c8b582ef0c6 /INSTALL
parentb184fc74c5eacd1faf028d7e7444f39a65b8226d (diff)
tell user to grab pandoc and do a make before running
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 6 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 4f5881a..1b17c3a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,12 +2,14 @@
## 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
-containing the program. Run `./plinth.py` and point your web
-browser at `localhost:8000`. The default username is "admin" and the
-default password is "secret".
+containing the program. Do `make` and then run `./plinth.py` and
+point your web browser at `localhost:8000`. The default username is
+"admin" and the default password is "secret".
## Dependencies