Update README.md

This commit is contained in:
brmnjsh 2019-03-14 23:06:35 -04:00 committed by GitHub
parent bc04e7892c
commit 14d13e7cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
## Setting up ## Setting up
* install [npm](https://www.npmjs.com/get-npm) * install [npm](https://www.npmjs.com/get-npm)
* install typescript globally (`npm i -g typescript`). This is important because it is needed to transcompile, so you can run your changes locally (using command `tsc`) * install typescript globally (`npm i -g typescript`). This is important because it is needed to transpile, so you can run your changes locally (using command `tsc`)
* run `npm install` * run `npm install`
* download the braid repo into a folder in the same directory as the primary yardstick folder * download the braid repo into a folder in the same directory as the primary yardstick folder