mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-11 06:16:08 +01:00
Add note about editing config.json
This commit is contained in:
@@ -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.
|
**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:
|
Once you've added your config file, you should be able to run Homebridge again:
|
||||||
|
|
||||||
$ homebridge
|
$ homebridge
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge",
|
"name": "homebridge",
|
||||||
"description": "HomeKit support for the impatient",
|
"description": "HomeKit support for the impatient",
|
||||||
"version": "0.2.12",
|
"version": "0.2.13",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
|
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user