Skip to content

Commit 0ae5335

Browse files
committed
Fix build-bink-container references in CLAUDE.md
Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e9e9d59 commit 0ae5335

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The bink binary requires CGO and C libraries (gpgme, btrfs, device-mapper) for P
1010

1111
```bash
1212
# Build the binary inside a container (recommended, always use this)
13-
make build-bink-container
13+
make build-bink-image
1414
```
1515

1616
This runs a two-stage process:
@@ -248,7 +248,7 @@ Host (podman)
248248

249249
```bash
250250
# Integration tests (requires built bink binary and container images)
251-
make build-bink-container # build binary first
251+
make build-bink-image # build binary first
252252
make test-integration # full suite
253253
make test-integration-quick # quick tests only
254254
```

0 commit comments

Comments
 (0)