docs: update readme

This commit is contained in:
chenos 2021-10-25 14:47:28 +08:00
parent 2253471670
commit 3fe80cf370
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ Installation
yarn create nocobase-app my-nocobase-app --quickstart
~~~
#### Start with configuration
#### Step by step
~~~shell
# 1. create project
yarn create nocobase-app my-nocobase-app

View File

@ -73,12 +73,12 @@ Database:
### 通过 `create-nocobase-app` 创建项目
#### 快速启动方式
#### 快速启动
~~~shell
yarn create nocobase-app my-nocobase-app --quickstart
~~~
#### 自定义启动方式
#### 分步骤执行
~~~shell
# 1. 创建项目
yarn create nocobase-app my-nocobase-app