Skip to content

Commit 96b0b6f

Browse files
francisfuzzskarim
andauthored
fix: update cmd to generate an executable binary
Co-authored-by: Sameen Karim <skarim@github.com>
1 parent 8178580 commit 96b0b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

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

77
```sh
88
go mod download # install deps
9-
go build ./... # build
9+
go build -o gh-stack . # build
1010
go vet ./... # static analysis. Always run before tests.
1111
go test -race -count=1 ./... # tests with race detection
1212
```

0 commit comments

Comments
 (0)