chore: update README

This commit is contained in:
Rob Watson 2023-07-16 08:55:43 +02:00
parent 6ae59ae7d9
commit e38fb4d85f
1 changed files with 6 additions and 0 deletions

View File

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