Skip to content

Commit

Permalink
Update standalone.md
Browse files Browse the repository at this point in the history
updated missing command for the second point where executable permission is required for the standalone binary
  • Loading branch information
rohanborate6713 committed Sep 24, 2024
1 parent d7c0e93 commit e9b0806
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/manuals/compose/install/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ On this page you can find instructions on how to install Compose standalone on L
$ curl -SL https://github.com/docker/compose/releases/download/{{% param "compose_version" %}}/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
```
2. Apply executable permissions to the standalone binary in the target path for the installation.
3. Test and execute compose commands using `docker-compose`.
```console
$ chmod +x /usr/local/bin/docker-compose
```
4. Test and execute compose commands using `docker-compose`.

> [!TIP]
>
Expand Down

0 comments on commit e9b0806

Please sign in to comment.