Skip to content

Commit

Permalink
fix(docs): fixed angular-cli docs install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Mar 1, 2017
1 parent 378726b commit e626947
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/getting-started/ng-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

#### Installing angular-cli

*Important*: please check `angular-cli` version, it should be => "1.0.0-beta.24"

*Note*: you can skip this part if you already have application generated by `ng-cli` and webpack

```bash
npm i -g angular-cli
npm i -g @angular/cli
ng new my-app
cd my-app
ng serve
Expand Down

0 comments on commit e626947

Please sign in to comment.