Tweaked README.md

This commit is contained in:
2021-07-25 20:35:34 +01:00
parent 69c297fa74
commit 269caac88c
+2
View File
@@ -27,6 +27,8 @@ A clean install is this easy:
``` ```
git clone https://github.com/krgamestudios/MERN-template.git git clone https://github.com/krgamestudios/MERN-template.git
cd MERN-template
npm install
node configure-script.js node configure-script.js
docker-compose up --build docker-compose up --build
``` ```