Skip to content

Commit a897586

Browse files
committed
update readme
1 parent 55484b4 commit a897586

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## Documentation
1+
## How to install
2+
Run the following command in Magento 2 root folder:
23

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
4+
```
5+
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

Comments
 (0)