Skip to content

Commit

Permalink
Explicitly enable Go modules in quickstart instructions (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwen624 committed Mar 3, 2021
1 parent 1da8f73 commit f29b566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ This program generates a custom OpenTelemetry Collector binary based on a given

## TL;DR
```console
$ go get github.com/open-telemetry/opentelemetry-collector-builder
$ GO111MODULE=on go get github.com/open-telemetry/opentelemetry-collector-builder
$ cat > ~/.otelcol-builder.yaml <<EOF
exporters:
- gomod: "github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibabacloudlogserviceexporter v0.20.0"
Expand Down

0 comments on commit f29b566

Please sign in to comment.