Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Feb 18, 2024
1 parent f20d0c6 commit 10e8977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Community Builds and Containers for InfluxDB 3.0 IOx _(eye-ox)_ aka _Edge_
#### Nightly Builds
###### amd64/musl
- [x] [docker](https://github.com/metrico/iox-community/pkgs/container/influxdb-edge-musl): `docker pull ghcr.io/metrico/influxdb-edge-musl:latest`
- [x] [binary](https://github.com/metrico/iox-community/releases): `github.com/metrico/iox-community/releases/latest/download/influxdb_iox`
- [x] [binary](https://github.com/metrico/iox-community/releases): `github.com/metrico/iox-community/releases/latest/download/influxdb3`

<br>

Expand Down Expand Up @@ -57,8 +57,8 @@ This guide uses Docker and docker-compose. You can run locally using a [static b

#### Static
```bash
curl -fsSL github.com/metrico/iox-builder/releases/latest/download/influxdb_iox -O \
&& chmod +x influxdb_iox
curl -fsSL github.com/metrico/iox-builder/releases/latest/download/influxdb3 -O \
&& chmod +x influxdb3
```

#### Docker
Expand Down

0 comments on commit 10e8977

Please sign in to comment.