chore: update README
This commit is contained in:
parent
6ae59ae7d9
commit
e38fb4d85f
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
A side project to collect, transport and store data from a Goodwe solar inverter.
|
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
|
## License
|
||||||
|
|
||||||
Licensed under the MIT license. See the LICENSE file.
|
Licensed under the MIT license. See the LICENSE file.
|
||||||
|
|
Loading…
Reference in New Issue