Add Building from Source & update Security documentation (#1516)

* Add `Building from Source` documentation

* Update security.md documentation

* Fix grammars
This commit is contained in:
ylemkimon
2018-07-30 03:18:44 +09:00
committed by GitHub
parent e97a23ec6d
commit 702b3c807f
4 changed files with 31 additions and 6 deletions

View File

@@ -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