diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-05-01 01:57:57 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-05-01 01:58:13 -0600 |
| commit | 8472687339b84b71571ae4b5d9e1fc7610ad389e (patch) | |
| tree | 8cb084f63d368f29026cc4b420eb00e630ca9080 | |
| parent | 7d1402a0803737597f58f2cd00bda1ce2a2c51d2 (diff) | |
update phrasing on install page
| -rw-r--r-- | docs/modules/ROOT/pages/install.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc index 165541fa..a6b2dfef 100644 --- a/docs/modules/ROOT/pages/install.adoc +++ b/docs/modules/ROOT/pages/install.adoc @@ -9,7 +9,7 @@ You can also find some troubleshooting advice if the installation goes wrong. == Prerequisites Asciidoctor PDF is a Ruby application. -Therefore, to use it, you'll need a Ruby runtime. +Therefore, you'll need a Ruby runtime to run it. The Ruby versions on which Asciidoctor PDF is supported {url-project-repo}/blob/{page-origin-refname}/.github/workflows/ci.yml[and tested] are Ruby 2.7 or greater or JRuby 9.2 or greater. We always recommend using the most recent version of Ruby or JRuby, if possible. |
