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**