update doc on how to run the migrate tool
as per this https://stackoverflow.com/questions/53215313/phpspreadsheet-how-do-i-use-auto-migration-tool clarify how to run the tool
This commit is contained in:
parent
c2a205e82f
commit
50d78ce789
|
@ -14,7 +14,7 @@ installed with composer, it can be run like so:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
cd /project/to/migrate/src
|
cd /project/to/migrate/src
|
||||||
/project/to/migrate/vendor/phpoffice/phpspreadsheet/bin/migrate-from-phpexcel
|
php /project/to/migrate/vendor/phpoffice/phpspreadsheet/bin/migrate-from-phpexcel
|
||||||
```
|
```
|
||||||
|
|
||||||
**Important** The tool will irreversibly modify your sources, be sure to
|
**Important** The tool will irreversibly modify your sources, be sure to
|
||||||
|
|
Loading…
Reference in New Issue