From: Chris Hager Date: Thu, 6 Apr 2017 11:48:22 +0000 (+0200) Subject: docs: Add info about Pygments installation in installing.md X-Git-Tag: v0.20~22 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f3b4a0e9;p=brevno-suite%2Fhugo docs: Add info about Pygments installation in installing.md Additional information about the Pygments dependency in the "installing from source" chapter. --- diff --git a/docs/content/overview/installing.md b/docs/content/overview/installing.md index 71ca0d60..337c45ad 100644 --- a/docs/content/overview/installing.md +++ b/docs/content/overview/installing.md @@ -125,6 +125,10 @@ You **must use govendor** to fetch Hugo's dependencies. *Windows users: where you see the `$HOME` environment variable above, replace it with `%USERPROFILE%`.* + +*Note: For syntax highlighting using the [highlight shortcode](/extras/highlighting/), +you need to install the Python-based [Pygments](http://pygments.org/) program.* + ## Contributing Please see the [contributing guide](/doc/contributing/) if you are interested in