You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ tsc hello.ts
23
23
24
24
## Building
25
25
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`.
28
28
3. To use jake, run one of the following commands:
29
29
- jake local - This builds the compiler. The output is in built/local in the public directory
0 commit comments