From 7e2e0e926b707a73db6f889fc74fef9fdc32eb94 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Wed, 17 Sep 2014 19:09:28 +0200 Subject: [PATCH] Update README.md GitHub Markup is now using asciidoctor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 558551a4..86a89943 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,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` on mac or `apt-get install -y asciidoc` on Ubuntu +* [AsciiDoc](http://asciidoctor.org) -- `gem install asciidoctor` * [Creole](http://wikicreole.org/) -- `gem install creole` * [Markdown](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` * [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) -- `gem install github-markdown`