We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681e7d9 commit 41bedacCopy full SHA for 41bedac
CONTRIBUTING.md
@@ -315,11 +315,11 @@ locally. Ensure that you execute these commands from the root of the repository:
315
2. Run the Collector with a local configuration file:
316
317
```shell
318
- ./bin/otelcorecol --config ./examples/local/otel-config.yaml
+ ./bin/otelcorecol_<os>_<arch> --config ./examples/local/otel-config.yaml
319
```
320
321
- The actual name of the binary may be different depending on your platform, so
322
- adjust accordingly (e.g., `./bin/otelcorecol_darwin_arm64`).
+ The actual name of the binary will depend on your platform, adjust accordingly
+ (e.g., `./bin/otelcorecol_darwin_arm64`).
323
324
Replace `otel-config.yaml` with the appropriate configuration file as needed.
325
0 commit comments