From 89c7a91a35c26a117fdb118e857d11e837ffc9eb Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Thu, 12 Sep 2024 18:21:04 +0000 Subject: [PATCH] fixup relayer example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7339c7dd..79e0708f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ docker run -v $(pwd)/signature-aggregator/sample-signature-aggregator-config.j Or, for the relayer: ```bash -$ goreleaser release --single-target --clean --snapshot --config signature-aggregator/.goreleaser.yml +$ goreleaser release --single-target --clean --snapshot --config relayer/.goreleaser.yml ... -$ docker run -v $(pwd)/signature-aggregator/sample-signature-aggregator-config.json:/config.json avaplatform/signature-aggregator:v0.1.0-rc0-amd64 --config-file /config.json +$ docker run -v $(pwd)/sample-relayer-config.json:/config.json avaplatform/awm-relayer:v1.0.4-test12-amd64 --config-file /config.json ```