mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +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
|
||||
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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user