summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Hager <chris@linuxuser.at>2017-04-06 13:48:22 +0200
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-04-06 13:48:22 +0200
commitf3b4a0e99e51da86c8716a24f0d71dbf76dfc78c (patch)
tree21861f9bedbb4d44f99c29e80d67de3d8fba4d34 /docs
parent0dd6890ed544504cad5b0ec3b3db92d7b76f9d13 (diff)
docs: Add info about Pygments installation in installing.md
Additional information about the Pygments dependency in the "installing from source" chapter.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/overview/installing.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/overview/installing.md b/docs/content/overview/installing.md
index 71ca0d60c..337c45adf 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