Skip to content

Commit

Permalink
Add note about installing it system-wide
Browse files Browse the repository at this point in the history
Signed-off-by: Amin Vakil <[email protected]>
  • Loading branch information
aminvakil authored and ndeloof committed Sep 29, 2021
1 parent 6e9d9bf commit 3dcbc13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ You can download Docker Compose binaries from the
[release page](https://github.com/docker/compose/releases) on this repository.

Copy the relevant binary for your OS under `$HOME/.docker/cli-plugins/docker-compose`

Or copy it into one of these folders for installing it system-wide:

* `/usr/local/lib/docker/cli-plugins` OR `/usr/local/libexec/docker/cli-plugins`
* `/usr/lib/docker/cli-plugins` OR `/usr/libexec/docker/cli-plugins`

(might require to make the downloaded file executable with `chmod +x`)

### Backward compatibility
Expand Down

0 comments on commit 3dcbc13

Please sign in to comment.