From 7cdaa35f298096bbb322db0abd39f62e9f79f706 Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Wed, 26 Jun 2024 11:36:19 +1000 Subject: [PATCH] Update plugin installation URL Signed-off-by: tpmccallum tim.mccallum@fermyon.com --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adb33d4..c398e0e 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The plugin then instantiates a Wasm component and injects the message to the com Install MQTT Plugin: ``` -spin plugin install --url https://github.com/spinkube/spin-trigger-mqtt/releases/download/v0.2.0/trigger-mqtt.json --yes +spin plugin install --url https://github.com/spinkube/spin-trigger-mqtt/releases/download/canary/trigger-mqtt.json --yes ``` [Note: release management for multiple versions of this plugin/trigger will be added soon] @@ -33,11 +33,9 @@ spin templates install --git https://github.com/spinkube/spin-trigger-mqtt --upg ### Create Spin App ``` -spin new mqtt-app +spin new -t mqtt-rust mqtt-app ``` -Select the template called `mqtt-rust` - ## Templating `mqtt` Configuration in `spin.toml` The `address`, `username`, `password` and `topic` support the ability to be configured using Spin variables. An example of configuring the password using env variables: