You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ You can build it on your own (you will need [golang](https://golang.org/) instal
13
13
go build -a -installsuffix cgo ./cmd/mqtt-executor/
14
14
```
15
15
16
-
Or if you are **logged in** at github, you can download the pre-build artifacts: [here](https://github.com/rainu/mqtt-executor/actions?query=is%3Asuccess+branch%3Amaster)
16
+
Or if you are **logged in** at github, you can download the pre-build artifacts (bleeding edge): [here](https://github.com/rainu/mqtt-executor/actions?query=is%3Asuccess+branch%3Amaster)
17
+
18
+
Or you can download the release binaries: [here](https://github.com/rainu/mqtt-executor/releases/latest)
0 commit comments