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:
Marius 2020-01-30 08:58:17 +01:00 committed by Adrien Crivelli
parent c2a205e82f
commit 50d78ce789
1 changed files with 1 additions and 1 deletions

View File

@ -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