Update README.zh-CN.md

This commit is contained in:
chenos 2021-04-04 11:42:12 +08:00 committed by GitHub
parent 0c2196df61
commit d0d7751d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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