From bbe19736cdf728c271c37c81196222148aabc540 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 13 Jul 2014 08:05:31 -0700 Subject: [PATCH] Update the readme with links to docs --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e571e5d911..b971ea0b816 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,26 @@ Scalable JavaScript development with types, classes and modules. -## Install +## Installation - npm install -g typescript +```shell +npm install -g typescript +``` ## Usage - tsc hello.ts - +```shell +tsc hello.ts +```shell -## Build +## Documentation + +* [Quick tutorial](http://www.typescriptlang.org/Tutorial) +* [Programming handbook](http://www.typescriptlang.org/Handbook) +* [Language specification](http://go.microsoft.com/fwlink/?LinkId=267238) +* [Homepage](http://www.typescriptlang.org/) + +## Building 1. Install Node if you haven't already (http://nodejs.org/) 2. Install Jake, the tool we use to build our compiler (https://github.com/mde/jake). To do this, run "npm install -g jake".