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