Skip to content

Commit

Permalink
Clarify API version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Sep 25, 2024
1 parent 81baff9 commit c73a8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See also [Complement Crypto](https://github.com/matrix-org/complement-crypto) fo

## Running

You need to have Go and Docker >= 20.10 installed. Then:
You need to have Go and Docker installed. Complement uses Docker API version 1.45, so your `docker version` must support that. Then:

```
$ COMPLEMENT_BASE_IMAGE=some-matrix/homeserver-impl go test -v ./tests/...
Expand Down

0 comments on commit c73a8c9

Please sign in to comment.