From f3b4a0e99e51da86c8716a24f0d71dbf76dfc78c Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Thu, 6 Apr 2017 13:48:22 +0200 Subject: [PATCH] docs: Add info about Pygments installation in installing.md Additional information about the Pygments dependency in the "installing from source" chapter. --- docs/content/overview/installing.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2