diff --git a/README.md b/README.md index f0ba06d..b912d22 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ However, Homebridge won't do anything until you've created a `config.json` file **NOTE**: Your `config.json` file MUST live in your home directory inside `.homebridge`. The full error message will contain the exact path where your config is expected to be found. +**REALLY IMPORTANT**: You must use a "plain text" editor to create or modify `config.json`. Do NOT use apps like TextEdit on Mac or Wordpad on Windows; these apps will corrupt the formatting of the file in hard-to-debug ways. I suggest using the free [Atom text editor](http://atom.io). + Once you've added your config file, you should be able to run Homebridge again: $ homebridge diff --git a/package.json b/package.json index a73773e..16571fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.12", + "version": "0.2.13", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },