Skip to content

Commit 2fa8ec7

Browse files
committed
Update README one last time
1 parent 5db2683 commit 2fa8ec7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The `master` branch is not the beta release. It is the current development copy
88

99
---
1010

11+
Clone the repository and compile the files using the commands
12+
13+
git clone https://github.com/mathjax/mathjax-v3.git mathjax-v3
14+
cd mathjax-v3
15+
npm install
16+
npm run compile
17+
npm run make-components
18+
1119
There are three bootstrap files for running the code:
1220

1321
* `load.js` for running in node (`node load`),
@@ -46,8 +54,4 @@ The `load.mjs` file uses node's native implementation of ES6 modules, and proces
4654

4755
and simply import the needed MathJax code.
4856

49-
The file `v3-lab.html` is an interactive lab that you can open in a browser to experiment with MathJax v3. it relies on the MathJax components, which you will need to build using the command
50-
51-
npm run make-components
52-
53-
from the main directory of this repository.
57+
The file `v3-lab.html` is an interactive lab that you can open in a browser to experiment with MathJax v3.

0 commit comments

Comments
 (0)