From 928c6b1218d5be393cd211ddd774cca56b846854 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 3 May 2025 11:32:51 -0600 Subject: [PATCH] chore(docs): correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 780154719af95c351fe055df5e796f4766b529db..7ad18cb9f1c4891ad10600929244fd657d15e66f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ CGO_ENABLED=0 go build -o lunatask-mcp-server . ``` If you have [just], build with `just build` (supports `GOOS` and `GOARCH`). If -you also have [upx], compress the resulting binary with `just upx`. You can run +you also have [upx], compress the resulting binary with `just pack`. You can run one after the other with `just build pack`. [just]: https://github.com/casey/just