Skip to content

Commit

Permalink
document installation for all users
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
  • Loading branch information
ndeloof committed Sep 15, 2021
1 parent 093b2d0 commit b318028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/install.md
Expand Up @@ -127,8 +127,8 @@ also included below.
$ sudo curl -L "https://github.com/docker/compose/releases/download/{{site.compose_version}}/docker-compose-$(uname -s)-$(uname -m)" -o ~/.docker/cli-plugins/docker-compose
```

> To install a different version of Compose, substitute `{{site.compose_version}}`
> with the version of Compose you want to use.
> This command installs Compose V2 for the active user under $HOME directory. To install for all
> users on your system, replace `~/.docker/cli-plugins` by `/usr/local/lib/docker/cli-plugins`.

2. Apply executable permissions to the binary:

Expand Down

0 comments on commit b318028

Please sign in to comment.