From 87c48d7267b5cceef1256648410f56290d89f46c Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Mon, 7 Mar 2016 14:42:28 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f8fa7b..87584f2 100644 --- a/README.md +++ b/README.md @@ -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