Skip to content

Commit e626947

Browse files
committed
fix(docs): fixed angular-cli docs install guide
1 parent 378726b commit e626947

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/getting-started/ng-cli.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
#### Installing angular-cli
44

5-
*Important*: please check `angular-cli` version, it should be => "1.0.0-beta.24"
6-
75
*Note*: you can skip this part if you already have application generated by `ng-cli` and webpack
86

97
```bash
10-
npm i -g angular-cli
8+
npm i -g @angular/cli
119
ng new my-app
1210
cd my-app
1311
ng serve

0 commit comments

Comments
 (0)