summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-20 17:15:32 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-04-20 17:15:32 -0600
commit0e5b9b55671c3f972b42c3145e0ae549871680b4 (patch)
treec75e74fb3c83a2c6363dd6afe4e6a99dce14e0e8 /README.adoc
parent5e65627b0ccd7f9ffcd3516de83f0d1b766f5d49 (diff)
add --pre flag to gem install command in README while Asciidoctor PDF is in prerelease [skip ci]
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index db71f9d6..2ec5bb15 100644
--- a/README.adoc
+++ b/README.adoc
@@ -169,7 +169,7 @@ ifndef::env-site[You can also <<development,run the code from source>> if you wa
To install {project-name}, first make sure you have satisfied the <<Prerequisites,prerequisites>>.
Then, install the gem from RubyGems.org using the following command:
- $ gem install asciidoctor-pdf
+ $ gem install asciidoctor-pdf --pre
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.