mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
Update install docs for permission denied error
Signed-off-by: Roland Cooper <rcooper@enova.com>
This commit is contained in:
parent
9d7b54d8fd
commit
d866415b9a
@ -23,6 +23,8 @@ To install Compose, run the following commands:
|
|||||||
curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
|
curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
|
||||||
chmod +x /usr/local/bin/docker-compose
|
chmod +x /usr/local/bin/docker-compose
|
||||||
|
|
||||||
|
> Note: If you get a "Permission denied" error, your `/usr/local/bin` directory probably isn't writable and you'll need to install Compose as the superuser. Run `sudo -i`, then the two commands above, then `exit`.
|
||||||
|
|
||||||
Optionally, you can also install [command completion](completion.md) for the
|
Optionally, you can also install [command completion](completion.md) for the
|
||||||
bash shell.
|
bash shell.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user