From e465358ec00f569c0ecd9bd13407eec0455fdb39 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Wed, 9 May 2012 10:03:38 -0600 Subject: [PATCH] Add Ubuntu asciidoc install commmand. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beb9d20f..7a9ddcdb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ In order to use the various formats that Gollum supports, you will need to separately install the necessary dependencies for each format. You only need to install the dependencies for the formats that you plan to use. -* [ASCIIDoc](http://www.methods.co.nz/asciidoc/) -- `brew install asciidoc` +* [ASCIIDoc](http://www.methods.co.nz/asciidoc/) -- `brew install asciidoc` on mac or `apt-get install -y asciidoc) on Ubuntu * [Creole](http://wikicreole.org/) -- `gem install creole` * [Markdown](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` * [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/) -- `gem install github-markdown`