Update README.md

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

View File

@ -64,15 +64,17 @@ Node:
- Node.js 12.x or 14.x - Node.js 12.x or 14.x
Database: Database(Choose any one):
- PostgreSQL 10.x+ - PostgreSQL 10.x+ (Recommend)
- MySQL 5.7.x+ - MySQL 5.7.x+
Installation Installation
---------- ----------
~~~shell ~~~shell
# You can use docker to start the database
docker-compose up -d postgres
# Set Environment Variables # Set Environment Variables
cp .env.example .env cp .env.example .env
npm install npm install