From de2e92d5eff4db10351c502fcf2f338193581501 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Fri, 7 Jun 2019 17:24:19 +0100 Subject: [PATCH] Add non-warning to readme for installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddfead1..95d50c6 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. -- GitLab