summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-05-24 16:35:47 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-05-24 16:35:47 -0600
commit6c5279e2047be4487456be02cd0d1007a8d06f24 (patch)
tree5ff4eab306b9040e0f6011feb02618eaf1723b85
parent0748ca78a049efca35f18c40b65d749d3171b929 (diff)
remove mention of the matrix gem from README since it's now installed automatically
-rw-r--r--README.adoc9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.adoc b/README.adoc
index 0ab45909..41ae5413 100644
--- a/README.adoc
+++ b/README.adoc
@@ -97,14 +97,7 @@ Pass the name of the gem to the `gem install` command as follows:
Installing Asciidoctor PDF will install a number of other gems mentioned in these docs, including asciidoctor, prawn, prawn-svg, prawn-table, prawn-icon, and ttfunk.
For the most part, the versions of these dependencies are locked to the version of Asciidoctor PDF.
-If you're using Ruby 3.1 or better, you must also install the matrix gem until Prawn 2.5.0 or better is released.
-
- $ gem install matrix
-
-The matrix gem used to be bundled in the Ruby distribution, but was split out starting in Ruby 3.1.
-This requirement will be lifted once Prawn declares it as a runtime dependency.
-
-For further installation information, see {url-project-docs}/install/[the installation documentation].
+For further installation information about installing Asciidoctor PDF, see {url-project-docs}/install/[the installation documentation].
For troubleshooting help, see {url-project-docs}/install/#installation-troubleshooting[Installation troubleshooting].
=== Install a prerelease or development version