Skip to content

Commit

Permalink
Update standalone.md (#20985)
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

<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Allie Sadler <[email protected]>
  • Loading branch information
rohanborate6713 and aevesdocker authored Dec 2, 2024
1 parent c9be6e2 commit 95cb86f
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
```
3. Test and execute Compose commands using `docker-compose`.

> [!TIP]
>
Expand Down

0 comments on commit 95cb86f

Please sign in to comment.