diff --git a/README.md b/README.md index ddfead1dd2a9a620e0528006979249c8746526b8..95d50c6bbb056aec9c42030c44f265d6705bba4f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The bridge supports any version of Node.js >= v10.X, including all [current rele ### Setup the bridge -* Run ``npm install`` to grab the dependencies. +* Run ``npm install`` to grab the dependencies. `npm` may complain about peer dependencies, but you can safely ignore these. * Run ``npm run build`` to build the typescript into javascript. * Copy ``config/config.sample.yaml`` to ``config.yaml`` and edit it to reflect your setup. * Note that you are expected to set ``domain`` and ``homeserverURL`` to your **public** host name.