docs(install): remove typings from docs

This commit is contained in:
nixa 2016-07-28 17:23:43 +03:00
parent 2e693a1e9b
commit e59326add2

View file

@ -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