aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhristoterezov <hristo@jitsi.org>2017-06-29 14:06:38 -0500
committerhristoterezov <hristo@jitsi.org>2017-07-06 21:20:50 -0500
commitf9f5f7692ba2b5d1c0299e08ad9e4dc16de0065b (patch)
treeffe2791c12174dbc986873b1cad5f0c6dc5f0baf /README.md
parenta94732fff529733889fdeb3d7c4cd9c01829523c (diff)
feat(remotecontrol): multi monitor support
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b20f0f1..430f630 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,10 @@ from config.js
```bash
npm install
```
+Since node_addons/sourceId2Coordinates add-on is local dependency, every code change requires increasing the version in its package.json. To rebuild the add-on if it is already installed execute:
+```bash
+npm update
+```
## Statring the application
```bash