Skip to content

Commit e209f70

Browse files
author
Dominik Liebler
committed
added hint to docker-compose run composer install in README
1 parent f204c7f commit e209f70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ $ composer install
3030

3131
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).
3232

33+
If you are using Docker, you just have to run:
34+
35+
```bash
36+
docker-compose run composer install
37+
```
38+
3339
### Running test suite
3440

3541
```bash

0 commit comments

Comments
 (0)