Update README.md with forum link

Also fixed spelling
This commit is contained in:
Jakob Buron 2016-09-16 14:32:14 +02:00 committed by GitHub
parent f11005250f
commit 4c0c7f008a

View file

@ -3,6 +3,8 @@ libzwaveip - Control Z-Wave devices from your IP network
libzwaveip makes it easy to control Z-Wave devices from your IP network via a Z/IP Gateway. A Z/IP Gateway binary for Raspberry Pi is available here: [http://zwavepublic.com/developer](http://zwavepublic.com/developer).
Questions? Please use the discussion forum at [http://forum.z-wavepublic.com/](http://forum.z-wavepublic.com/).
Example applications
--------------------
Two example applications are provided: reference_client and reference_listener. The reference_client is
@ -13,7 +15,7 @@ Build instructions for Raspberry Pi
-----------------------------------
To get started quickly, use we recommend that you use the Raspberry Pi image we have prepared. Follow these instructions to build the libzwaveip reference_client and reference_listener:
0. Prepare the Raspberry Pi SD image acorting to the instructions at [www.zwavepublic.com/developer](http://www.zwavepublic.com/developer)
0. Prepare the Raspberry Pi SD image according to the instructions at [www.zwavepublic.com/developer](http://www.zwavepublic.com/developer)
0. SSH into the Raspberry Pi
0. Run the following commands:
```bash
@ -27,7 +29,7 @@ $ cmake ..
$ make
```
To test the reference_client, make sure the zipgateway is running and connect to it:
To test the reference_client, make sure the zipgateway is running and connect to it:
$ ./reference_client -s <IP of ZIP Gateway>