diff --git a/README.md b/README.md index 1baf007..59b41cf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A side project to collect, transport and store data from a Goodwe solar inverter. +## Build + +``` +GOOS=linux GOARCH=arm go build -o solar-toolkit-daemon ./cmd/daemon +``` + ## License Licensed under the MIT license. See the LICENSE file.