We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90691ec commit a0fd588Copy full SHA for a0fd588
README.md
@@ -186,6 +186,17 @@ Set-ExecutionPolicy Unrestricted
186
to allow the scripts to run, if you receive errors about not being
187
able to run the scripts.
188
189
+The build process requires MathJax to set up a symbolic link, and in
190
+Windows, that requires permission, so you may receive an error message
191
+to that effect. If so, you may need to run
192
+
193
+``` bash
194
+pnpm link:src
195
+```
196
197
+from a shell with administrator privileges. Once that is done, you
198
+can run the build process from a non-administrator shell.
199
200
201
## Code Contributions
202
0 commit comments