Removed output from console text (#18296)

When someone is copying everything in the console section in this instance, they are also copying the output. This is unnecessary and potentially confusing.
This commit is contained in:
IgorSamurovic 2023-09-27 08:17:07 +00:00 committed by GitHub
parent db84885c71
commit e4fe643057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -56,10 +56,13 @@ For Compose standalone, see [Install Compose Standalone](standalone.md).
```console
$ docker compose version
Docker Compose version vN.N.N
```
Where `vN.N.N` is placeholder text standing in for the latest version.
Expected output:
```
Docker Compose version vN.N.N
```
Where `vN.N.N` is placeholder text standing in for the latest version.
### Update Compose