Adding info on dependencies.
Change-Id: I5ab728643260c2a25af4e1e837e404185e7762c0
diff --git a/README b/README
index 3f29420..3af3a07 100644
--- a/README
+++ b/README
@@ -21,6 +21,26 @@
cd ./out
HTTP_PORT=8080 python ../scripts/micro-httpd.py
+### Markdown ###
+Markdown is a very simple markup format for plain-text that converts it to
+decent HTML. Useful docs:
+http://daringfireball.net/projects/markdown/syntax
+
+Yes, it was created by John Gruber himself. BWAHAHA!
+
+### Dependencies ###
+
+You need the Python markdown implementation. The original Perl impl probably
+will NOT work.
+
+For (Goo|U)buntu:
+% sudo apt-get install python-markdown
+
+For Mac:
+Eh, haven't tried this yet, not sure. But it should be enough to just install
+Python Markdown by hook or crook and make sure it's in your PATH.
+http://www.freewisdom.org/projects/python-markdown/
+
### Contents Included in Box ###
Necessary source files include: