diff options
author | hristoterezov <hristo@jitsi.org> | 2017-06-29 14:06:38 -0500 |
---|---|---|
committer | hristoterezov <hristo@jitsi.org> | 2017-07-06 21:20:50 -0500 |
commit | f9f5f7692ba2b5d1c0299e08ad9e4dc16de0065b (patch) | |
tree | ffe2791c12174dbc986873b1cad5f0c6dc5f0baf /README.md | |
parent | a94732fff529733889fdeb3d7c4cd9c01829523c (diff) |
feat(remotecontrol): multi monitor support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |