diff --git a/README.md b/README.md index 11669e2..9636dca 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,13 @@ A fully working installation of zigbee2MQTT is required. See the guidelines on [zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt/blob/master/README.md) for more information. -## How to install +## How to install the plugin -### If you want to use the plugin +### With the frontend (preferred method) + +Just open the frontend, select the matterbridge-zigbee2mqtt plugin and click on install. If you are using Matterbridge with Docker (I suggest you do it), all plugins are already loaded in the container so you just need to select and add it. + +### Without the frontend On windows: @@ -68,10 +72,10 @@ matterbridge -add matterbridge-zigbee2mqtt Then start Matterbridge ``` -matterbridge -bridge +matterbridge ``` -### If you want to contribute to the plugin +## If you want to contribute to the plugin On windows: diff --git a/package.json b/package.json index ded6664..28209da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matterbridge-zigbee2mqtt", - "version": "2.1.20-dev.2", + "version": "2.2.20-dev.2", "description": "Matterbridge zigbee2mqtt plugin", "author": "https://github.com/Luligu", "license": "Apache-2.0",