From 3fe80cf3708654ed92af569fae1177ff63963e56 Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 25 Oct 2021 14:47:28 +0800 Subject: [PATCH] docs: update readme --- README.md | 2 +- README.zh-CN.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73059cfb4f..952836cde5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zh-CN.md b/README.zh-CN.md index c07a862e5b..c8ee9c0f81 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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