Document the need for source-highlight to be installed for asciidoc2html to work fully.

This commit is contained in:
Andy Balaam 2015-09-30 14:28:18 +01:00
parent ab6390b44e
commit c989351b14

View File

@ -57,7 +57,7 @@ To generate the documentation for the `:help` command, when using the git
repository (rather than a release):
----
# apt-get install asciidoc
# apt-get install asciidoc source-highlight
$ python3 scripts/asciidoc2html.py
----
@ -83,7 +83,7 @@ To generate the documentation for the `:help` command, when using the git
repository (rather than a release):
----
# dnf install asciidoc
# dnf install asciidoc source-highlight
$ python3 scripts/asciidoc2html.py
----