1
0
Fork 0

Update README to point users to release artifacts

auto-prerelease
Bo Jeanes 2022-09-11 17:47:14 +10:00
parent 8c46bd9c82
commit b2bf0a99b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.