[docs] fix doc path

This commit is contained in:
TomasVotruba 2017-11-20 19:22:07 +01:00
parent fc61ca2121
commit 797862ed13

View File

@ -1,4 +1,4 @@
### How to use on PHP < 7.1 on Incompatible Composer Dependencies
### How to use on PHP < 7.1 or Incompatible Composer Dependencies
You must have an isolated environment with PHP 7.1 (for example in a Docker container). When you have it then run following command:
@ -6,10 +6,10 @@ You must have an isolated environment with PHP 7.1 (for example in a Docker cont
composer create-project rector/rector path-to-rector
```
You will be able to run all commands in the following manner:
You will be able to run Rector like this:
```
path-to-rector/bin/rector process /var/www/old-project --config path-to-rector/src/config/level/symfony/symfony33.yml
# or for short
path-to-rector/bin/rector process /var/www/old-project --level symfony33
path-to-rector/bin/rector <arguments>
```
Now you can read more in [README](../README.md/#install).