Skip to content

Commit 8664ec3

Browse files
authored
Merge pull request #206 from ipfs/SgtPooki-patch-3
docs: add install instructions for cli use
2 parents 8121a18 + 7dcb87e commit 8664ec3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Two high level [commands](/docs/commands.md) exist:
6565
### CLI
6666

6767
```console
68+
$ # Install the gateway-conformance binary
69+
$ go install github.com/ipfs/gateway-conformance/cmd/gateway-conformance@latest
6870
$ # run subdomain-gateway tests against endpoint at http://localhost:8080 output as JSON
6971
$ gateway-conformance test --gateway-url http://localhost:8080 --json report.json --specs +subdomain-gateway,-path-gateway -- -timeout 30m
7072
```

0 commit comments

Comments
 (0)