diff --git a/README.md b/README.md index 789a50cf1dd..0974e0bd747 100644 --- a/README.md +++ b/README.md @@ -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 +```