mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 14:07:25 +02:00
consistent docs (shell $ prompt)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user