Skip to content

Commit a0fd588

Browse files
committed
Add more windows instructions.
1 parent 90691ec commit a0fd588

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,17 @@ Set-ExecutionPolicy Unrestricted
186186
to allow the scripts to run, if you receive errors about not being
187187
able to run the scripts.
188188

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+
189200

190201
## Code Contributions
191202

0 commit comments

Comments
 (0)