From a9c744e0d995d79f4d0432331c671fee416b8278 Mon Sep 17 00:00:00 2001 From: Luka <33455519+damianac@users.noreply.github.com> Date: Fri, 18 Sep 2020 11:08:30 +0200 Subject: [PATCH] Removed unnecessary lines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d249d161c9..faef981714 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Each package corresponds to a sample data module. The complete list of available To deploy sample data from the GitHub repository: 1. Clone sample data from `https://github.com/magento/magento2-sample-data`. If your Magento instance was cloned from the `master` branch, choose the `master` branch when cloning sample data; choose the `develop` branch if Magento was cloned from `develop`. -2. Link the sample data and your Magento instance by running: `# php -f /dev/tools/build-sample-data.php -- --ce-source=""` +2. Link the sample data and your Magento instance by running: `# php -f /dev/tools/build-sample-data.php --ce-source=""` ## Install Sample Data Once the sample data is deployed, it will be installed automatically when you install or upgrade your Magento instance by using the command line.