Added mention about docker to readme

This commit is contained in:
Jan Mikeš 2018-12-12 10:02:10 +01:00
parent 5e61b54918
commit c3c63d6fa7

View File

@ -162,3 +162,9 @@ Just follow 3 rules:
```
We would be happy to merge your feature then.
## Run rector in docker
With this command, you can process your project with rector from docker:
```bash
docker run -v $(pwd):/project rector:latest
```