Skip to content

Commit c86808d

Browse files
committed
fix compose download link
1 parent b69ef39 commit c86808d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCKER_INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install Docker Compose on Linux Ubuntu, you can follow these steps:
2424
2. Download the Docker Compose plugin:
2525

2626
```shell
27-
curl -SL "https://github.com/docker/compose/releases/download/latest/docker-compose-$(uname -s)-$(uname -m)" -o $DOCKER_CONFIG/cli-plugins/docker-compose
27+
curl -SL "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o $DOCKER_CONFIG/cli-plugins/docker-compose
2828
```
2929

3030
Note:

0 commit comments

Comments
 (0)