From fcf595a5118794efcc61a9663ab3e4cbb03dbfd6 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Thu, 7 Mar 2024 19:49:06 +0100 Subject: [PATCH] Fixed docker tag name in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abda119..f4b6cff 100644 --- a/README.md +++ b/README.md @@ -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) @@ -81,11 +81,11 @@ 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 ``` @@ -93,7 +93,7 @@ Available [here](https://github.com/ethpandaops/ethereum-metrics-exporter/releas ![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: