You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ To deploy sample data from the GitHub repository:
49
49
2. Link the sample data and your Magento instance by running: `# php -f <sample-data_clone_dir>/dev/tools/build-sample-data.php -- --ce-source="<path_to_your_magento_instance>"`
50
50
51
51
## Install Sample Data
52
-
Once the sample data is deployed, it will be installed automatically when you install or upgrade your Magento instance either by using the Magento Setup Wizard or from the command line.
52
+
Once the sample data is deployed, it will be installed automatically when you install or upgrade your Magento instance by using the command line.
53
53
54
54
## Uninstall Sample Data
55
55
To remove the sample data modules from the code base, run one of the following commands from the Magento root directory:
@@ -69,4 +69,4 @@ If you have deleted certain entities provided by sample data and want to restore
69
69
The deleted sample data entities will be restored. Those entities, which were changed, will preserve these changes and will not be restored to the default view.
70
70
71
71
## Documentation
72
-
You can find the more detailed description of sample data manipulation procedures at [http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html](http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html)
72
+
You can find the more detailed description of sample data manipulation procedures at [http://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-sample-data.html](http://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-sample-data.html)
0 commit comments