Add asciidoc install instructions to README.

This commit is contained in:
Florian Bruhin 2014-09-30 16:24:41 +02:00
parent 144421226b
commit 6cfc8c3faf

View File

@ -81,6 +81,9 @@ The following software and libraries are required to run qutebrowser:
* http://jinja.pocoo.org/[jinja2] * http://jinja.pocoo.org/[jinja2]
* http://pygments.org/[pygments] * http://pygments.org/[pygments]
To generate the documentation for the `:help` command, when using the git
repository (rather than a release), http://asciidoc.org/[asciidoc] is needed.
The following libraries are optional and provide colored logging in the The following libraries are optional and provide colored logging in the
console: console:
@ -96,6 +99,13 @@ python3-pip python3-jinja2 python3-pygments
# pip3 install pypeg2 --allow-external pypeg2 --allow-unverified pypeg2 # pip3 install pypeg2 --allow-external pypeg2 --allow-unverified pypeg2
---- ----
To generate the documentation for the `:help` command, when using the git
repository (rather than a release):
----
# apt-get install asciidoc
----
On Archlinux On Archlinux
~~~~~~~~~~~~ ~~~~~~~~~~~~