Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix #1
  • Loading branch information
DurandA committed May 11, 2018
1 parent e90ba36 commit 0c0d29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Xiaomi Zigbee adapter add-on for Mozilla IoT Gateway
This add-on is not currently available via the add-ons list, so manual installation is required.

```bash
$ cd ~/mozilla-iot/gateway/build/addons
$ cd ~/mozilla-iot/gateway/addons
$ git clone https://github.com/DurandA/xiaomi-zigbee-adapter
$ cd xiaomi-zigbee-adapter
$ ./package.sh
$ npm install .
```

After doing this, you should be able to go into _Settings -> Add-ons_ on the gateway UI and enable the new add-on. After doing so, any discovered devices will show up in the usual "Add Things" screen (_Things -> +_).
Expand Down

0 comments on commit 0c0d29e

Please sign in to comment.