Replace yarn run and yarn install with yarn, remove building with npm instructions (#1528)

* Replace `yarn run` with `yarn`

* Replace `yarn install` with `yarn`

* Remove building using `npm` from node.md
This commit is contained in:
ylemkimon
2018-07-30 14:31:25 +09:00
committed by GitHub
parent c88fa70a62
commit c06b36cb6a
10 changed files with 31 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ yarn global add katex
## Building from Source
To build you will need Git, Node.js 6.9 or later, and npm or Yarn.
To build you will need Git, Node.js 6.9 or later, and Yarn.
Clone a copy of the GitHub source repository:
```bash
@@ -32,8 +32,8 @@ cd KaTeX
Then install dependencies and run `build` script:
```bash
npm install # or yarn install
npm run build # or yarn build
yarn
yarn build
```
> You can manually download the package and source code from