diff --git a/README.md b/README.md index f6569aa..56dfd7c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ You need at minimum [Node.js](https://nodejs.org/en/) version 6.x. Open up a terminal and enter ``npm run boot`` to start the server or ``npm run api`` to start the web-api. +To Update the Server enter ``npm run update`` + ## Docker setup 1. Download ``Dockerfile``, ``cfg.js.example`` and ``supervisord.conf`` from github. diff --git a/package.json b/package.json index a280de6..c385bc9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "babel-node": "babel-node --presets=es2015", "boot": "npm run babel-node -- ./src/index.js", "api": "npm run babel-node -- ./api/index.js", - "update": "npm run babel-node -- ./update.js" + "update": "npm run babel-node -- ./updater.js" }, "engines": { "node": ">= 6.x",