doc : add build instructions
- include build commands in README
🤖
This commit is contained in:
parent
232fe409cb
commit
63213c9d64
1 changed files with 7 additions and 0 deletions
|
@ -81,3 +81,10 @@ go run .
|
|||
```
|
||||
|
||||
open http://localhost:8081
|
||||
|
||||
## Building
|
||||
|
||||
```
|
||||
go build -ldflags "-w"
|
||||
upx --best --lzma GoTomato
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue