From dc976d693f1d6be65aa17a94413c007bd91cb192 Mon Sep 17 00:00:00 2001 From: Sam Thomas Date: Sat, 27 Jun 2020 17:08:56 +0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c92b089..4e23911 100755 --- a/README.md +++ b/README.md @@ -29,12 +29,21 @@ ## ✓ Install Social Login via composer (recommend) Run the following command in Magento 2 root folder: +With Social Proof (recommend): +``` +composer require mageplaza/magento-2-social-login avada/module-proofo +php bin/magento setup:upgrade +php bin/magento setup:static-content:deploy +``` + +Without Social Proof: ``` composer require mageplaza/magento-2-social-login php bin/magento setup:upgrade php bin/magento setup:static-content:deploy ``` + ### ✓ Install ready-to-paste package - Download the latest version at [Mageplaza.com](https://www.mageplaza.com/magento-2-social-login-extension/)