Skip to content

Commit

Permalink
Merge pull request #100 from PabloCastellano/main
Browse files Browse the repository at this point in the history
Fixed docker tag name in README
  • Loading branch information
samcm authored Mar 15, 2024
2 parents 048b9d4 + fcf595a commit c045742
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 c045742

Please sign in to comment.