about summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c12338..8b1e14b 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,13 @@ This is my Franklin-generated static site, *without* client-side scripts.
 The following are needed to run the command above:
 
 * [Julia](https://julialang.org)
+* [KaTeX](https://katex.org)
 * [pip](https://pip.pypa.io)
 
+KaTex has to installed to `_css` and `_libs` similar
+to what done in `.build.yml`.  Live-rendering will additionally
+require the presence of `_libs/highlight/highlight.pack.js`.
+
 ### Implicit dependencies
 
 The following are installed as part of the build process,
@@ -20,7 +25,6 @@ plus their own dependencies:
 
 * [Franklin](https://franklinjl.org)
 * [NodeJS](https://juliapackages.com/p/nodejs)
-* [KaTeX](https://katex.org)
 * [highlight.js](https://highlightjs.org)
 * [css-html-js-minify](https://pypi.org/p/css-html-js-minify)