Update install.md

Cleaned up wording and formatting.
This commit is contained in:
Anne Henmi 2018-12-28 09:56:30 -07:00 committed by GitHub
parent 6bc0bd1fc5
commit 5415ab38c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -129,7 +129,10 @@ by step instructions are also included below.
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:
> ***Note:*** If the command `docker-compose` fails after installation, check your path.
> You can also create a symbolic link to `/usr/bin` or any other directory in your path.
For example:
```bash
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose