mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Update install.md
This commit is contained in:
@@ -128,6 +128,12 @@ by step instructions are also included below.
|
||||
```bash
|
||||
sudo chmod +x /usr/local/bin/docker-compose
|
||||
```
|
||||
|
||||
Note: If after installing compose you still can't use it due to the docker-compose command failing, please do the following:
|
||||
|
||||
```bash
|
||||
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
|
||||
```
|
||||
|
||||
3. Optionally, install [command completion](completion.md) for the
|
||||
`bash` and `zsh` shell.
|
||||
|
||||
Reference in New Issue
Block a user