summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/admin_handbook.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_handbook.html b/docs/admin_handbook.html
index c746bd3..338d22e 100644
--- a/docs/admin_handbook.html
+++ b/docs/admin_handbook.html
@@ -27,7 +27,7 @@
</ul>
<h2>External dependencies</h2>
<p>
- You need a <a href="https://go.dev">Go</a> toolchain, <a href="https://www.gnu.org/software/make/">GNU make</a>, <a href="https://tug.org/texlive/">TeX Live</a> and <a href="https://github.com/tdewolff/minify">minify</a>. If you have everything else, you could install minify via <code>make minifier</code>, which would build and install it with your Go toolchain.
+ You need a <a href="https://go.dev">Go</a> toolchain, <a href="https://pygments.org/">Pygments</a>, <a href="https://www.gnu.org/software/make/">GNU make</a>, <a href="https://tug.org/texlive/">TeX Live</a> and <a href="https://github.com/tdewolff/minify">minify</a>. If you have everything else, you could install minify via <code>make minifier</code>, which would build and install it with your Go toolchain.
</p>
<p>
The Go toolchain will fetch more dependencies. You may wish to set a Go proxy (such as via <code>export GOPROXY='https://goproxy.io'</code>) if it stalls or is too slow. This is likely necessary for users in Mainland China due to firewall restrictions.