fix: 修正cli包名
This commit is contained in:
parent
82b184b549
commit
46f8158885
|
@ -72,10 +72,10 @@ h2#devenv 步骤1. 设置开发环境
|
|||
:marked
|
||||
Then **install the [Angular-CLI](https://github.com/angular/angular-cli)** globally.
|
||||
|
||||
然后全局 **[Angular-CLI](https://github.com/angular/angular-cli)** 。
|
||||
然后全局安装 **[Angular-CLI](https://github.com/angular/angular-cli)** 。
|
||||
|
||||
code-example(language="sh" class="code-shell").
|
||||
npm install -g angular-cli
|
||||
npm install -g @angular/cli
|
||||
|
||||
.l-main-section
|
||||
h2#create-project Step 2. Create a new project
|
||||
|
|
Loading…
Reference in New Issue