How UseWithOldPhp.md to use dev-master

This commit is contained in:
Gabriel Caruso 2018-01-02 00:21:12 -02:00 committed by GitHub
parent 5b11f5137f
commit 387ea4c097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
You must have an isolated environment with PHP 7.1 (for example in a Docker container). When you have it then run following command:
```
composer create-project rector/rector:@dev path-to-rector
```bash
composer create-project rector/rector:'dev-master' path-to-rector
```
You will be able to run Rector like this:
```
```bash
path-to-rector/bin/rector <arguments>
```