Skip to content

Commit

Permalink
Fixed docker tag name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Mar 7, 2024
1 parent 048b9d4 commit fcf595a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Available as a docker image at `ethpandaops/ethereum-metrics-exporter`

#### Images
- `latest` - distroless, multiarch
- `latest` - debian - debian, multiarch
- `debian-latest` - debian, multiarch
- `$version` - distroless, multiarch, pinned to a release (i.e. 0.4.0)
- `$version-debian` - debian, multiarch, pinned to a release (i.e. 0.4.0-debian)

Expand Down Expand Up @@ -81,19 +81,19 @@ Available [here](https://github.com/ethpandaops/ethereum-metrics-exporter/releas
cd ./ethereum-metrics-exporter
```
3. Build the binary
```sh
```sh
go build -o ethereum-metrics-exporter .
```
4. Run the exporter
```sh
```sh
./ethereum-metrics-exporter
```

### Screenshots
![Example](./example.png)
## Contributing

Contributions are greatly appreciated! Pull requests will be reviewed and merged promptly if you're interested in improving the exporter!
Contributions are greatly appreciated! Pull requests will be reviewed and merged promptly if you're interested in improving the exporter!
1. Fork the project
2. Create your feature branch:
Expand Down

0 comments on commit fcf595a

Please sign in to comment.