diff --git a/README.md b/README.md index 82553b65a..940e6e9a8 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Prebuilt image at `ghcr.io/ipfs/gateway-conformance` can be used for both `test` ```console $ # extract fixtures to ./fixtures directory -$ docker run -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C extract-fixtures --output fixtures --merged false +$ docker run -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C extract-fixtures --directory fixtures --merged false $ # run subdomain-gateway tests against endpoint at http://localhost:8080 $ docker run --network host -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C test --gateway-url http://localhost:8080 --json report.json --specs +subdomain-gateway,-path-gateway -- -timeout 30m