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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,12 @@
5
5
Final Objective: Make it easy for JavaScript developers to just open a `.ts` file and start hacking away like they are used to. No `grunt` no `Visual Studio`. Just pure coding.
6
6
7
7
## Requirements
8
-
A recent version of `node` (e.g. `v0.10`) in your path. And an auto updating version of `atom`. Other atom packages we depend upon are installed automatically.
8
+
An auto updating version of `atom`. Other atom packages we depend upon are installed automatically.
9
9
10
-
* Install Node.js
11
10
* Install Atom
12
-
*`apm install typescript`
11
+
*`apm install typescript`
12
+
13
+
**Note**: For windows you also need `node` in your path ([reason](https://github.com/TypeStrong/atom-typescript/issues/50))
0 commit comments