From 50d78ce7898ee3a540cefd9693085b3636e578e6 Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 30 Jan 2020 08:58:17 +0100 Subject: [PATCH] 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 --- docs/topics/migration-from-PHPExcel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/migration-from-PHPExcel.md b/docs/topics/migration-from-PHPExcel.md index b90db165..011b3770 100644 --- a/docs/topics/migration-from-PHPExcel.md +++ b/docs/topics/migration-from-PHPExcel.md @@ -14,7 +14,7 @@ installed with composer, it can be run like so: ``` sh 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