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 ```