Tweaked README.md

This commit is contained in:
2021-08-07 13:54:39 +10:00
parent 051f3dfb2a
commit 5f7b9dda3a
-1
View File
@@ -30,7 +30,6 @@ 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 cd MERN-template
npm install
node configure-script.js node configure-script.js
docker-compose up --build docker-compose up --build
``` ```