doc : add build instructions

- include build commands in README

🤖
This commit is contained in:
Sebastian Mark 2024-10-23 13:31:18 +02:00
parent 232fe409cb
commit 63213c9d64

View file

@ -81,3 +81,10 @@ go run .
```
open http://localhost:8081
## Building
```
go build -ldflags "-w"
upx --best --lzma GoTomato
```