Update install.md

This commit is contained in:
lenestopage 2018-06-08 12:04:51 -04:00 committed by GitHub
parent b21c4c7339
commit 6bc0bd1fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ by step instructions are also included below.
sudo chmod +x /usr/local/bin/docker-compose 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 3. Optionally, install [command completion](completion.md) for the
`bash` and `zsh` shell. `bash` and `zsh` shell.