Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Jan 12, 2025
1 parent 18ba90b commit 9880957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sdk-init/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ The utility forwards termination signals (`SIGTERM`, `SIGINT`) to the user's app
**Build a Production-Ready Binary**

```bash
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -o bin/sdk-init ./cmd&& upx --best --lzma bin/sdk-init
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -o bin/sdk-init ./cmd && upx --best --lzma bin/sdk-init
```

0 comments on commit 9880957

Please sign in to comment.