diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-08-02 19:02:09 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-08-02 19:02:09 -0600 |
| commit | 9d7ddc77bb73a868855f8d68056ca0e9865deebd (patch) | |
| tree | 7c55fc0a5c5ac795aa7956bc676d27edcc3459d7 | |
| parent | 7dab8e8ffc71cb4019fe2bab35b3423622659851 (diff) | |
update README to mention Rouge
| -rw-r--r-- | README.adoc | 10 |
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 |
