We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55484b4 commit a897586Copy full SHA for a897586
README.md
@@ -1,5 +1,8 @@
1
-## Documentation
+## How to install
2
+Run the following command in Magento 2 root folder:
3
-- Installation guide: https://www.mageplaza.com/install-magento-2-extension/#solution-1-ready-to-paste
4
-- User guide: https://docs.mageplaza.com/automatic-related-products/
5
-- Report a security issue to security@mageplaza.com
+```
+composer require mageplaza/module-automatic-related-products-graphql
6
+php bin/magento setup:upgrade
7
+php bin/magento setup:static-content:deploy
8
0 commit comments