From b0ad0c06c619144e68739ebe66329fcdc94530bd Mon Sep 17 00:00:00 2001 From: Milan* <tchncs@vivaldi.net> Date: Wed, 8 Mar 2017 12:10:36 +0100 Subject: [PATCH] update setup instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca64606..758b827 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Please also be aware that this is an unoffical project worked on in my (Half-Sho ### Setup the bridge * Run ``npm install`` to grab the dependencies. -* Run ``npm build`` to build the typescript. +* Run ``npm run-script build`` to build the typescript. * Copy ``config/config.sample.yaml`` to ``config.yaml`` and edit it to reflect your setup. -* Run ``node build/discordas.js -r -u "http://localhost:9005/" -c config.yaml`` +* Run ``node build/src/discordas.js -r -u "http://localhost:9005/" -c config.yaml`` * Modify your HSs appservices config so that it includes the generated file. ### Setting up Discord -- GitLab