Merge pull request #13637 from docker/mat007-patch-1

Fix version invocation for v2
This commit is contained in:
Usha Mandya 2021-10-04 09:51:52 +01:00 committed by GitHub
commit b04295ad71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ from the [project release page](https://github.com/docker/compose/releases){:tar
3. Test your installation
```console
$ docker compose --version
$ docker compose version
Docker Compose version 2.0.0
```