asciidoctor: document exact version to install with gem

We also have the Gemfile, but I don't want to make people go through
the superior NVM bundler setup right now.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-07 00:00:02 +00:00
parent 2c6f4c14fe
commit 2a27157dbf

View File

@@ -14868,7 +14868,8 @@ but note that this does not include script specific options.
You don't need to depend on GitHub:
....
sudo apt install asciidoctor
sudo apt-get install rubygems
sudo gem install asciidoctor -v 2.0.10
./build-doc
xdg-open out/README.html
....