We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e5373 commit 9b2b10fCopy full SHA for 9b2b10f
README.md
@@ -23,8 +23,15 @@ If you're trying to get one of the example plugins to show up in your homebridge
23
from npm just clone this repo.
24
Then, just cd into one of the plugin folders and run
25
```
26
-npm link
+sudo hb-service link
27
28
+This creates a symlink from the plugin directory to /var/lib/homebridge/node_modules/plugin_name.
29
+
30
+To undo this run
31
+```
32
+sudo hb-service unlink
33
34
35
Pay attention to not start homebridge with the --strict-plugin-resolution flag. A standard installation of
36
homebridge might start it with that flag in a start script, located in /opt/homebridge on linux.
37
0 commit comments