docs: upgrade about npm create umi

This commit is contained in:
afc163 2019-06-21 18:20:30 +08:00
parent 6b83865a50
commit 9b6fbfcb36
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ $ cd myapp
It is recommended to use yarn to create an application and execute the following command.
> If you insist on using npm, execute `npm install -g create-umi && create-umi` and the effect will be the same.
> If you are using npm, execute `npm create umi` and the effect will be the same.
```bash
$ yarn create umi

View File

@ -24,7 +24,7 @@ $ cd myapp
推荐使用 yarn 创建应用,执行以下命令,
> 如果你坚持用 npm可执行 `npm install -g create-umi && create-umi`,效果一致。
> 如果你使用 npm可执行 `npm create umi`,效果一致。
```bash
$ yarn create umi