We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214df64 commit bbe1973Copy full SHA for bbe1973
1 file changed
README.md
@@ -2,16 +2,26 @@
2
3
Scalable JavaScript development with types, classes and modules.
4
5
-## Install
+## Installation
6
7
- npm install -g typescript
+```shell
8
+npm install -g typescript
9
+```
10
11
## Usage
12
- tsc hello.ts
-
13
14
+tsc hello.ts
15
16
-## Build
17
+## Documentation
18
+
19
+* [Quick tutorial](http://www.typescriptlang.org/Tutorial)
20
+* [Programming handbook](http://www.typescriptlang.org/Handbook)
21
+* [Language specification](http://go.microsoft.com/fwlink/?LinkId=267238)
22
+* [Homepage](http://www.typescriptlang.org/)
23
24
+## Building
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".
0 commit comments