diff --git a/README.md b/README.md index e7de33e..cb57da9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Additionally, the shims I've created implement the bare minimum of HomeKit neede # Getting Started -OK, if you're still excited enough about ordering your home to make coffee for you (which, who wouldn't be!) then here's how to set things up. First, clone this repo and also init submodules to grab the [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) project which isn't in npm. You'll also need to run `npm rebuild` on HAP-NodeJS because the `node_modules` folder is already in the Git repo. +OK, if you're still excited enough about ordering your home to make coffee for you (which, who wouldn't be!) then here's how to set things up. First, clone this repo and also init submodules to grab the [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) project which isn't in npm. You'll also need to run `npm install` on HAP-NodeJS: $ git clone https://github.com/nfarina/homebridge.git $ cd homebridge @@ -47,7 +47,9 @@ OK, if you're still excited enough about ordering your home to make coffee for y $ git submodule update $ npm install $ cd lib/HAP-NodeJS - $ npm rebuild + $ npm install + +**Node**: You'll need to have NodeJS version 0.12.x or better installed for `HAP-NodeJS` to load. Now you should be able to run the homebridge server: diff --git a/lib/HAP-NodeJS b/lib/HAP-NodeJS index 10e508b..ffba369 160000 --- a/lib/HAP-NodeJS +++ b/lib/HAP-NodeJS @@ -1 +1 @@ -Subproject commit 10e508b5bcde5b9cc942d71525ec3a0598467357 +Subproject commit ffba369d31b2447ab8617b2ebf7bf8acc884e5f2