You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/08/27 20:25:43 UTC

docs commit: Added Linux hint for markdown

Updated Branches:
  refs/heads/master 7cec63347 -> dda712015


Added Linux hint for markdown


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/dda71201
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/dda71201
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/dda71201

Branch: refs/heads/master
Commit: dda712015803f419f628ae5457a47586d47bbd07
Parents: 7cec633
Author: Lisa Seacat DeLuca <ld...@us.ibm.com>
Authored: Tue Aug 27 14:22:55 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Aug 27 11:25:30 2013 -0700

----------------------------------------------------------------------
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/dda71201/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7a6162b..b9aca82 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,10 @@ Currently, a Ruby script and [joDoc](http://github.com/davebalmer/jodoc) are use
         # Use your package manager
         brew install markdown
 
+on Linux, Markdown can be installed as follows:
+
+        apt-get install markdown
+
 - Install nokogiri (Ruby HTML parser)
 
         gem install nokogiri