From e38fb4d85f38b20a35241c60ae38650968bbd768 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Sun, 16 Jul 2023 08:55:43 +0200 Subject: [PATCH] chore: update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.