README.adoc in asciidoctor-revealjs-1.0.0 vs README.adoc in asciidoctor-revealjs-1.0.1
- old
+ new
@@ -61,10 +61,11 @@
. Create a file named `Gemfile` with the following content:
+
----
source 'https://rubygems.org'
-gem 'asciidoctor-revealjs', github: 'asciidoctor/asciidoctor-reveal.js'
+gem 'asciidoctor-revealjs' # latest released version
+#gem 'asciidoctor-revealjs', github: 'asciidoctor/asciidoctor-reveal.js' # github master branch
----
+
NOTE: For some reason, when you use the system Ruby on Fedora, you also have to add the json gem to the Gemfile.
+
. Install the gems into the project