Skip to content

Commit

Permalink
fix display issue on linux install section of Compose
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
  • Loading branch information
glours committed May 9, 2022
1 parent 6672e5e commit 59c10d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ You can install Docker Compose in different ways, depending on your needs:
As Docker Compose is now part of the Docker CLI it can be installed via a convenience script with Docker Engine and the CLI.
[Choose your Linux distribution](../engine/install/index.md#server) and follow the instructions.
</div>
<div id="linux-standalone" class="tab-pane fade" markdown="1">
#### Install using the repository
Expand Down Expand Up @@ -215,6 +213,8 @@ also included below.
$ docker compose version
Docker Compose version {{site.compose_version}}
```
</div>
<div id="linux-standalone" class="tab-pane fade" markdown="1">
### Install Compose as standalone binary on Linux systems
Expand Down

0 comments on commit 59c10d1

Please sign in to comment.