Compare commits

..

2 commits

Author SHA1 Message Date
48f531ffca feat: add GoTomato to .gitignore
🤖
2024-10-23 13:31:24 +02:00
0a16c4d112 doc : add build instructions
- include build commands in README

🤖
2024-10-23 13:31:18 +02:00
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
GoTomato

View file

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