summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2015-08-02 19:02:09 -0600
committerDan Allen <dan.j.allen@gmail.com>2015-08-02 19:02:09 -0600
commit9d7ddc77bb73a868855f8d68056ca0e9865deebd (patch)
tree7c55fc0a5c5ac795aa7956bc676d27edcc3459d7
parent7dab8e8ffc71cb4019fe2bab35b3423622659851 (diff)
update README to mention Rouge
-rw-r--r--README.adoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 0f76b3a6..ed52fbf2 100644
--- a/README.adoc
+++ b/README.adoc
@@ -120,10 +120,18 @@ You can install the published gem using the following command:
$ gem install --pre asciidoctor-pdf
-If you want to syntax highlight source listings, you'll also want to install CodeRay (or Pygments).
+If you want to syntax highlight source listings, you'll also want to install CodeRay, Rouge or Pygments.
+Choose one (or more) of the following:
+.CodeRay
$ gem install coderay
+.Rouge
+ $ gem install rouge
+
+.Pygments
+ $ gem install pygments.rb
+
Assuming all the required gems install properly, verify you can run the `asciidoctor-pdf` script:
$ asciidoctor-pdf -v