Skip to content

Commit cb6a44e

Browse files
committed
Update README.md
update dependencies list and added links
1 parent 72d7535 commit cb6a44e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ tsc hello.ts
2323

2424
## Building
2525

26-
1. Install Node if you haven't already (http://nodejs.org/)
27-
2. Install Jake, the tool we use to build our compiler (https://github.com/mde/jake). To do this, run "npm install -g jake".
26+
1. Install [node](http://nodejs.org/) if you haven't already
27+
2. Install dependencies ([Jake](https://github.com/mde/jake), [mocha](http://visionmedia.github.io/mocha/), [Chai](http://chaijs.com/) and [browserify](http://browserify.org/) the tool we use to build our compiler. To do this, run `npm install`.
2828
3. To use jake, run one of the following commands:
2929
- jake local - This builds the compiler. The output is in built/local in the public directory
3030
- jake clean - deletes the build compiler

0 commit comments

Comments
 (0)