Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Dec 6, 2022
1 parent 30f8c4e commit 4b6401a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The script below will perform the following steps:
- Configure the related environment variables and run the binary

```shell
curl -L https://github.com/logzio/otel-collector-distro/releases/download/v0.59.0/otelcol-logzio-darwin_amd64 > otelcol-logzio-darwin_amd64
curl -L https://github.com/logzio/otel-collector-distro/releases/download/v0.66.0/otelcol-logzio-darwin_amd64 > otelcol-logzio-darwin_amd64
chmod +x otelcol-logzio-darwin_amd64
curl -L https://raw.githubusercontent.com/logzio/otel-collector-distro/master/otel-config/macos.yml > macos.yml
export LOGS_TOKEN=<<logzio_logs_token>>
Expand All @@ -36,7 +36,7 @@ The script below will perform the following steps:
```shell
curl -L https://github.com/logzio/otel-collector-distro/releases/download/v0.59.0/otelcol-logzio-linux_amd64 > otelcol-logzio-linux_amd64
curl -L https://github.com/logzio/otel-collector-distro/releases/download/v0.66.0/otelcol-logzio-linux_amd64 > otelcol-logzio-linux_amd64
chmod +x otelcol-logzio-linux_amd64
curl -L https://raw.githubusercontent.com/logzio/otel-collector-distro/development/otel-config/linux.yml > linux.yml
export LOGS_TOKEN=<<logzio_logs_token>>
Expand Down

0 comments on commit 4b6401a

Please sign in to comment.