aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Morrill <morrildl@google.com>2011-04-12 16:52:23 -0700
committerDan Morrill <morrildl@google.com>2011-04-12 16:52:23 -0700
commitf781f801442d9996fbb7e0c921ae6947df0abb7d (patch)
tree7c60c84c75bec2fa67b0cb9399f7fe287d03b298 /README
parent25705bc5a6aef13618fa72a915e76d13b45df12d (diff)
downloadsource.android.com-f781f801442d9996fbb7e0c921ae6947df0abb7d.tar.gz
Adding info on dependencies.
Change-Id: I5ab728643260c2a25af4e1e837e404185e7762c0
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index 3f294209..3af3a077 100644
--- a/README
+++ b/README
@@ -21,6 +21,26 @@ to test changes in a browser:
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: