diff --git a/README.md b/README.md index ca64606bed3a954e1348f8f8221cedbe48bd12f2..758b827cbbd030f9dd01324a8541ce23a396fde1 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