Update README.md

This commit is contained in:
xxq250 2023-07-18 16:21:17 +08:00
parent f608d1e5fc
commit c50e8fb43e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Win平台在项目根目录运行:
SET CGO_ENABLED=0
SET GOOS=linux
SET GOARCH=amd64
go build -o gitea main.go
sh build.sh
...
```