diff --git a/README.md b/README.md index 28688c2..f897e9e 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ The GW1000 driver requires WeeWX v3.7.0 or greater. - download the GW1000 driver extension package: - $ wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0/weewx-gw1000-0.1.0.tar.gz + $ wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b1/weewx-gw1000-0.1.0b1.tar.gz - install the GW1000 driver extension: - $ wee_extension --install=/var/tmp/weewx-gw1000.0.1.0.tar.gz + $ wee_extension --install=/var/tmp/weewx-gw1000.0.1.0b1.tar.gz - skip to step 4 @@ -38,11 +38,11 @@ The GW1000 driver requires WeeWX v3.7.0 or greater. - download the GW1000 driver extension package: - $ wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0/weewx-gw1000-0.1.0.tar.gz + $ wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b1/weewx-gw1000-0.1.0b1.tar.gz - extract *gw1000.py* from the GW1000 driver extension package: - $ tar -xzf /var/tmp/weewx-gw1000.0.1.0.tar.gz + $ tar -xzf /var/tmp/weewx-gw1000.0.1.0b1.tar.gz - copy the file *gw1000.py* to the *$BIN_ROOT/user* directory: @@ -106,12 +106,12 @@ The GW1000 driver requires WeeWX v3.7.0 or greater. $ sudo wee_config --reconfigure --driver=user.gw1000 --no-prompt -6. You may chose to (run WeeWX directly](http://weewx.com/docs/usersguide.htm#Running_directly) to observe the loop packets and archive records being generated by WeeWX. +8. You may chose to (run WeeWX directly](http://weewx.com/docs/usersguide.htm#Running_directly) to observe the loop packets and archive records being generated by WeeWX. -6. Once satisfied that the GW1000 driver is operating correctly you can start the WeeWX daemon: +9. Once satisfied that the GW1000 driver is operating correctly you can start the WeeWX daemon: $ sudo /etc/init.d/weewx start - + or $ sudo service weewx start