Update building docs for building highlight.js

Change-Id: Ibc5e299033e18900b288c61829c092fe16ebe584
This commit is contained in:
Paladox none 2019-10-21 13:58:27 +00:00
parent c528621439
commit 85e133f218

View File

@ -22,6 +22,9 @@ languages included. Build it with the following:
$> # start in some temp directory
$> git clone https://github.com/highlightjs/highlight.js
$> cd highlight.js
$> git clone https://github.com/highlightjs/highlightjs-closure-templates
$> ln -s ../../highlightjs-closure-templates/soy.js src/languages/soy.js
$> mkdir test/detect/soy && ln -s ../../../highlightjs-closure-templates/test/detect/soy/default.txt test/detect/soy/default.txt
$> npm install
$> node tools/build.js -n