Skip to content

Commit bbe1973

Browse files
committed
Update the readme with links to docs
1 parent 214df64 commit bbe1973

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,26 @@
22

33
Scalable JavaScript development with types, classes and modules.
44

5-
## Install
5+
## Installation
66

7-
npm install -g typescript
7+
```shell
8+
npm install -g typescript
9+
```
810

911
## Usage
1012

11-
tsc hello.ts
12-
13+
```shell
14+
tsc hello.ts
15+
```shell
1316
14-
## 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
1525
1626
1. Install Node if you haven't already (http://nodejs.org/)
1727
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

Comments
 (0)