mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 20:28:38 +00:00
Submodule fix for "build from source" instructions (#2239)
This commit is contained in:
@@ -24,9 +24,9 @@ yarn global add katex
|
|||||||
### Building from Source
|
### Building from Source
|
||||||
To build you will need Git, Node.js 10 or later, and Yarn.
|
To build you will need Git, Node.js 10 or later, and Yarn.
|
||||||
|
|
||||||
Clone a copy of the GitHub source repository:
|
Clone a copy of the GitHub source repository and its submodules:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/KaTeX/KaTeX.git
|
git clone --recursive https://github.com/KaTeX/KaTeX.git
|
||||||
cd KaTeX
|
cd KaTeX
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user