From 4f407be291ce5e933f6da8f3070d7cc02e6e5903 Mon Sep 17 00:00:00 2001 From: Claudio Prezzi Date: Sun, 5 May 2019 15:01:49 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c88b00..2c42ab1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ You need to install MySQL and NodeJS V6 to run this server. - Get Node JS V6 from https://nodejs.org/en/download/ - Install it - Git clone the **access_auth_server** repository into a folder (or download zip and unpack) -- Run ´npm install´ to install all dependencies +- Move to the cloned folder **cd access_auth_server** +- Run **npm install** to install all dependencies - Open **config.js* and adjust your password for the DB on line 11 - Save the file - Run **node server.js**