diff --git a/CLAUDE.md b/CLAUDE.md index e8ded7c6..8aba87af 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -72,11 +72,21 @@ go vet ./... ## Common Development Tasks -### Build the project +### Build the entire project ```bash go build -v ./... ``` +### Build llgo command specifically +```bash +go build -o llgo ./cmd/llgo +``` + +### Check llgo version +```bash +llgo version +``` + ### Install llgo for system-wide use ```bash ./install.sh