mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
Add Building from Source
& update Security
documentation (#1516)
* Add `Building from Source` documentation * Update security.md documentation * Fix grammars
This commit is contained in:
@@ -14,7 +14,7 @@ npx katex
|
||||
> Above uses the `npx` command to run the locally installed executable.
|
||||
You can execute with the relative path: `./node_modules/.bin/katex`
|
||||
|
||||
> To use CLI from local clone, you need to build the project first by
|
||||
running `npm run build`
|
||||
> To use CLI from local clone, you need to build the project first.
|
||||
See [Building from Source](node.md#building-from-source) for more details.
|
||||
|
||||
## Options
|
||||
|
Reference in New Issue
Block a user