diff --git a/README.md b/README.md index 8d552b6a1a..99785dc21a 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ https://github.com/dresden-elektronik/deconz-rest-plugin/releases 1. Download deCONZ package - wget http://www.dresden-elektronik.de/rpi/deconz/beta/deconz-2.05.58-qt5.deb + wget http://www.dresden-elektronik.de/rpi/deconz/beta/deconz-2.05.59-qt5.deb 2. Install deCONZ package - sudo dpkg -i deconz-2.05.58-qt5.deb + sudo dpkg -i deconz-2.05.59-qt5.deb **Important** this step might print some errors *that's ok* and will be fixed in the next step. @@ -63,11 +63,11 @@ The deCONZ package already contains the REST-API plugin, the development package 1. Download deCONZ development package - wget http://www.dresden-elektronik.de/rpi/deconz-dev/deconz-dev-2.05.58.deb + wget http://www.dresden-elektronik.de/rpi/deconz-dev/deconz-dev-2.05.59.deb 2. Install deCONZ development package - sudo dpkg -i deconz-dev-2.05.58.deb + sudo dpkg -i deconz-dev-2.05.59.deb 3. Install missing dependencies @@ -82,7 +82,7 @@ The deCONZ package already contains the REST-API plugin, the development package 2. Checkout related version tag cd deconz-rest-plugin - git checkout -b mybranch V2_05_58 + git checkout -b mybranch V2_05_59 3. Compile the plugin