Skip to content

Commit 41bedac

Browse files
committed
PR comment address
1 parent 681e7d9 commit 41bedac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,11 @@ locally. Ensure that you execute these commands from the root of the repository:
315315
2. Run the Collector with a local configuration file:
316316

317317
```shell
318-
./bin/otelcorecol --config ./examples/local/otel-config.yaml
318+
./bin/otelcorecol_<os>_<arch> --config ./examples/local/otel-config.yaml
319319
```
320320

321-
The actual name of the binary may be different depending on your platform, so
322-
adjust accordingly (e.g., `./bin/otelcorecol_darwin_arm64`).
321+
The actual name of the binary will depend on your platform, adjust accordingly
322+
(e.g., `./bin/otelcorecol_darwin_arm64`).
323323

324324
Replace `otel-config.yaml` with the appropriate configuration file as needed.
325325

0 commit comments

Comments
 (0)