Skip to content

Commit f64979d

Browse files
committed
update requirements document
1 parent ae7efc1 commit f64979d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
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.
66

77
## 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.
99

10-
* Install Node.js
1110
* 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))
1314

1415
# Features
1516
## Auto Complete

0 commit comments

Comments
 (0)