diff options
| -rw-r--r-- | README.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/ROOT/pages/index.adoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index 8a2910b..48e81f6 100644 --- a/README.adoc +++ b/README.adoc @@ -26,7 +26,7 @@ You can install the published gem using the following command: [source,shell script] ---- -$ gem install --pre asciidoctor-epub3 +$ gem install asciidoctor-epub3 ---- Assuming the gem and its dependencies install properly, verify you can run the `{project-handle}` script: diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index bef8771..40c6306 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -149,10 +149,10 @@ You can get {project-name} by <<Install the Published Gem,installing the publish === Install the Published Gem -{project-name} is published as a pre-release on RubyGems.org. +{project-name} is published on RubyGems.org. You can install the published gem using the following command: - $ NOKOGIRI_USE_SYSTEM_LIBRARIES=1 gem install asciidoctor-epub3 --pre + $ NOKOGIRI_USE_SYSTEM_LIBRARIES=1 gem install asciidoctor-epub3 This optional environment variable tells the gem installer to link against the C libraries on the system, if available, instead of compiling the libraries from scratch. This speeds up the installation of Nokogiri considerably. |
