Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3kbest committed Jun 28, 2020
1 parent 66b89ca commit 5007266
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,18 @@ $bridge_username = 'xxxxxxxxxxx';
$hue = new \AlphaHue\AlphaHue($bridge_hostname, $bridge_username);
```
### (or) add AlphaHue as a dependency to your Hue project using Composer.
Create a *composer.json* file in your project and add `adam-innes/alpha-hue` as a required dependency.
Create a *composer.json* file in your project:
```
{
"require": {
"adam-innes/alpha-hue": "1.0.*"
}
"repositories": [
{
"type": "vcs",
"url": "https://github.com/3kbest/AlphaHue.git"
}
],
"require": {
"3kbest/alphaHue": "2.0.0",
}
}
```
### Discovering Bridge Hostname and creating a Username
Expand Down

0 comments on commit 5007266

Please sign in to comment.