From e59326add22178e210c187cca8328ecc78a3f53f Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Thu, 28 Jul 2016 17:23:43 +0300 Subject: [PATCH] docs(install): remove typings from docs --- .../articles/002-installation-guidelines/index.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/contents/articles/002-installation-guidelines/index.md b/docs/contents/articles/002-installation-guidelines/index.md index a8bec08c..d3931dc0 100644 --- a/docs/contents/articles/002-installation-guidelines/index.md +++ b/docs/contents/articles/002-installation-guidelines/index.md @@ -29,14 +29,9 @@ npm install --global webpack npm install --global webpack-dev-server ``` -* typings -```bash -npm install --global typings -``` - * typescript ```bash -npm install --global typescript +npm install --global typescript@beta ``` * bower @@ -59,7 +54,7 @@ This will setup a working copy of ng2-admin on your local machine. **Note**: If you have any issues after the installation, additionally run the following: ```bash -typings install && bower install +bower install ``` ## Running local copy