Update README.md

This commit is contained in:
Nick Farina
2016-03-07 14:42:28 -08:00
parent 9b42fafdaf
commit 87c48d7267

View File

@@ -119,7 +119,11 @@ When writing your plugin, you'll want Homebridge to load it from your developmen
DEBUG=* ./bin/homebridge -D -P ../my-great-plugin/
```
This will start up Homebridge and load your in-development plugin from a nearby directory.
This will start up Homebridge and load your in-development plugin from a nearby directory. Note that you can also direct Homebridge to load your configuration from somewhere besides the default `~/.homebridge`, for example:
```sh
DEBUG=* ./bin/homebridge -D -U ~/.homebridge-dev -P ../my-great-plugin/
```
# Common Issues