consistent docs (shell $ prompt)

This commit is contained in:
Dominik Liebler
2018-07-08 17:38:04 +02:00
parent 5c926aee1b
commit e1107108b9

View File

@@ -32,14 +32,14 @@ $ ./vendor/bin/phpunit
You can optionally run tests using [Docker for Mac](https://www.docker.com/docker-mac) or [Windows](https://www.docker.com/docker-windows) or native one for [Linux](https://www.docker.com/docker-debian). You can optionally run tests using [Docker for Mac](https://www.docker.com/docker-mac) or [Windows](https://www.docker.com/docker-windows) or native one for [Linux](https://www.docker.com/docker-debian).
Just run: Just run:
``` ```bash
docker-compose up $ docker-compose up
``` ```
To install the dependencies, use `docker-compose` like this: To only install the dependencies, use `docker-compose` like this:
```bash ```bash
docker-compose run composer install $ docker-compose run composer install
``` ```
## Patterns ## Patterns