From b2bf0a99b36b38ea8557be870408088fb3b4970a Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Sun, 11 Sep 2022 17:47:14 +1000 Subject: [PATCH] Update README to point users to release artifacts --- modbus-mqtt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modbus-mqtt/README.md b/modbus-mqtt/README.md index daa9d5a..e4d4e75 100644 --- a/modbus-mqtt/README.md +++ b/modbus-mqtt/README.md @@ -23,7 +23,7 @@ NOTE: For the time being, this does not support MQTTv5. For now, `cargo install` is the easiest way to install. Either run it in a checkout for the latest development version, or run `cargo install modbus-mqtt` to install the latest release version. -If you don't want to set up the Rust toolchain, you can likely found built binaries as build artifacts in the GitHub Actions tab above. +If you don't want to set up the Rust toolchain, you can likely found built binaries as build artifacts in the [GitHub Actions tab above](https://github.com/bjeanes/modbus-mqtt/actions?query=is%3Asuccess+branch%3Amain+workflow%3ACI). In the future, there will also be Docker images made available for convenience.