From 696b358b227ecd224678cee7faf03e8b6383ea97 Mon Sep 17 00:00:00 2001 From: Cracker Date: Mon, 4 Feb 2019 19:52:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87ccef9..e57ae78 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can run this app with and without docker 1. install the latest NodeJs 2. Clone the app 3. Run `npm i` inside the folder -4. Run `node server.js` +4. Run `npm start` 5. Surf to http://YOURIP:8080 ### With Docker