summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2021-04-29 00:11:36 +0300
committerMarat Radchenko <marat@slonopotamus.org>2021-04-29 00:11:36 +0300
commitf04e9f8e0c6175442000be330184f400809aa67f (patch)
treeb1f85801440bb3884c4e355bd9cbf77a403a1a3b /docs/modules
parentba269ca16db60d444b154b6fc394040946de594e (diff)
prepare for release
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/index.adoc4
1 files changed, 2 insertions, 2 deletions
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.