Fix version invocation for v2

This commit is contained in:
Mathieu Champlon 2021-10-04 06:41:02 +02:00 committed by GitHub
parent cf61781318
commit 84e1577426
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
```