Skip to content

Commit 31ee458

Browse files
francisfuzzskarim
andauthored
fix: update cmd to get the build output as an exec binary
Co-authored-by: Sameen Karim <skarim@github.com>
1 parent 96b0b6f commit 31ee458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A GitHub CLI (`gh`) extension for managing stacked branches and pull requests. W
66

77
```sh
88
go mod download # install dependencies
9-
go build ./... # build (produces ./gh-stack binary)
9+
go build -o gh-stack . # build (produces ./gh-stack binary)
1010
go vet ./... # static analysis. Run before tests.
1111
go test -race -count=1 ./... # all tests with race detection
1212
```

0 commit comments

Comments
 (0)