Skip to content

Commit 6869199

Browse files
magifd2claude
andcommitted
docs: update build output paths from bin/ to dist/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4441014 commit 6869199

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## Build
1414

1515
```bash
16-
make build # current platform → ./splunk-cli
16+
make build # current platform → dist/splunk-cli
1717
make build-all # cross-compile → dist/
1818
make clean # remove artifacts
1919
```

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Series and org conventions: see `../CONVENTIONS.md` and
77
## Architecture
88

99
```
10-
cmd/splunk-cli/main.go Entry point — injects version, calls cmd.Execute()
10+
main.go Entry point — injects version, calls cmd.Execute()
1111
cmd/
1212
root.go Cobra root command, persistent flags, config loading
1313
common.go Shared helpers (getSPL)

0 commit comments

Comments
 (0)