diff --git a/doc/syntax_highlight_in_latex.md b/doc/syntax_highlight_in_latex.md index 7bf6305e5..e5cc2e883 100644 --- a/doc/syntax_highlight_in_latex.md +++ b/doc/syntax_highlight_in_latex.md @@ -9,7 +9,7 @@ Checkout [Pygments development repository][pygments-dev] and build Pygments: ```bash hg clone https://bitbucket.org/birkenfeld/pygments-main/ -cd pygmentsd-main +cd pygments-main make mapfiles sudo ./setup.py install ````