mirror of https://github.com/docker/compose.git
Update README.md
Grammar corrections Signed-off-by: Taha-Chaudhry <46199675+Taha-Chaudhry@users.noreply.github.com>
This commit is contained in:
parent
61845dd781
commit
e413c2137a
|
@ -35,12 +35,12 @@ You can download Docker Compose binaries from the
|
||||||
|
|
||||||
Rename the relevant binary for your OS to `docker-compose` and copy it to `$HOME/.docker/cli-plugins`
|
Rename the relevant binary for your OS to `docker-compose` and copy it to `$HOME/.docker/cli-plugins`
|
||||||
|
|
||||||
Or copy it into one of these folders for installing it system-wide:
|
Or copy it into one of these folders to install it system-wide:
|
||||||
|
|
||||||
* `/usr/local/lib/docker/cli-plugins` OR `/usr/local/libexec/docker/cli-plugins`
|
* `/usr/local/lib/docker/cli-plugins` OR `/usr/local/libexec/docker/cli-plugins`
|
||||||
* `/usr/lib/docker/cli-plugins` OR `/usr/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`)
|
(might require making the downloaded file executable with `chmod +x`)
|
||||||
|
|
||||||
|
|
||||||
Quick Start
|
Quick Start
|
||||||
|
|
Loading…
Reference in New Issue