From d0d7751d494bf986048f1e26e5b19c6a6c150c3e Mon Sep 17 00:00:00 2001 From: chenos Date: Sun, 4 Apr 2021 11:42:12 +0800 Subject: [PATCH] Update README.zh-CN.md --- README.zh-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.zh-CN.md b/README.zh-CN.md index b5b423908..9d2b45a6b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -100,6 +100,7 @@ Database: ~~~shell git clone https://github.com/nocobase/nocobase.git cd nocobase +docker-compose up -d postgres # 用 docker 启动数据库 cp .env.example .env # 配置数据库信息、APP 端口等 npm install npm run bootstrap