更新文档

This commit is contained in:
2026-02-26 16:10:17 +08:00
parent 54c2903c75
commit 539477de4b
5 changed files with 94 additions and 113 deletions

View File

@@ -1,3 +1,3 @@
$env:GOOS="linux"; $env:GOARCH="amd64"; $env:CGO_ENABLED=0; go build -o dist/zz main.go
$env:GOOS="linux"; $env:GOARCH="amd64"; $env:CGO_ENABLED=0; go build -o dist/zz ./cmd/clt/main.go
scp ./dist/zz wyk@43.226.58.254:~/zz/cli.new
scp ./dist/zz wyk@43.226.58.254:~/zz/cli.new