From 0c2196df61878e65a387845af0c8c0464079c8ad Mon Sep 17 00:00:00 2001 From: chenos Date: Sun, 4 Apr 2021 11:41:01 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76b0800c8..f7a3487a8 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,17 @@ Node: - Node.js 12.x or 14.x -Database: +Database(Choose any one): -- PostgreSQL 10.x+ +- PostgreSQL 10.x+ (Recommend) - MySQL 5.7.x+ Installation ---------- ~~~shell +# You can use docker to start the database +docker-compose up -d postgres # Set Environment Variables cp .env.example .env npm install