You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,15 @@ I think the problem with patterns is that often people do know them but don't kn
13
13
You should look at and run the tests to see what happens in the example.
14
14
To do this, you should install dependencies with `Composer` first:
15
15
16
-
### [optional] Using a Virtual Machine (VM)
16
+
### [option] Using Docker
17
+
18
+
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).
19
+
Just run:
20
+
```
21
+
docker-compose up
22
+
```
23
+
24
+
### [optional][DEPRECATED] Using a Virtual Machine (VM)
17
25
18
26
If you wish to use a ready made VM environment, you can easily create one with Vagrant and Ansible.
0 commit comments