From e209f7072b9271922b19b8ab9b5c68b590249af8 Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Tue, 13 Feb 2018 07:47:11 +0100 Subject: [PATCH] added hint to docker-compose run composer install in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6ccf587..872e9de 100755 --- a/README.md +++ b/README.md @@ -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). +If you are using Docker, you just have to run: + +```bash +docker-compose run composer install +``` + ### Running test suite ```bash