Commit 9c0dada5e9bc955b16c86342fc56fe8eec874aec
1 parent
9e554815
Update README
Add compatability with different operating systems
Showing
1 changed file
with
4 additions
and
0 deletions
README.md
| ... | ... | @@ -9,6 +9,10 @@ A simple and easy to use library for Philips Hue Lights |
| 9 | 9 | * documented with doxygen |
| 10 | 10 | * starting to test with google test, google mock and gcov/lcov |
| 11 | 11 | |
| 12 | +## Compatability | |
| 13 | +* linux | |
| 14 | +* windows | |
| 15 | + | |
| 12 | 16 | ## How to use |
| 13 | 17 | ### <a name="searchingBridges"></a>Searching for Bridges |
| 14 | 18 | To start searching for a Hue Bridge you will need to choose an IHttpHandler and create one. For now there is only one, the "HttpHandler". | ... | ... |