Submodule fix for "build from source" instructions (#2239)

This commit is contained in:
Brent Yi
2020-04-13 06:49:34 -07:00
committed by GitHub
parent f09955c547
commit 206fbd0126

View File

@@ -24,9 +24,9 @@ yarn global add katex
### Building from Source
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
git clone https://github.com/KaTeX/KaTeX.git
git clone --recursive https://github.com/KaTeX/KaTeX.git
cd KaTeX
```