From 9f28efa688882b99bde9320bea4575f3184a7b38 Mon Sep 17 00:00:00 2001 From: Brecht Billiet Date: Fri, 29 Jan 2016 14:38:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 517d451..10658ec 100755 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ And this all with sourcemaps in production support!! ```sh npm i webpack tsd typescript -g -npm install -tsd install git clone git@github.com/brechtbilliet/angular-typescript-webpack.git cd angular-typescript-webpack +npm install +tsd install npm start ```