added hint to docker-compose run composer install in README

This commit is contained in:
Dominik Liebler
2018-02-13 07:47:11 +01:00
parent f204c7f592
commit e209f7072b

View File

@@ -30,6 +30,12 @@ $ composer install
Read more about how to install and use `Composer` on your local machine [here](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx). Read more about how to install and use `Composer` on your local machine [here](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).
If you are using Docker, you just have to run:
```bash
docker-compose run composer install
```
### Running test suite ### Running test suite
```bash ```bash