Skip to content

Commit a0139ac

Browse files
authored
Update README.md
1 parent 5f82274 commit a0139ac

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,25 @@ When you enable **Magento 2 Product Slider** module and create the product slide
3939

4040
## How to install Magento 2 Product Slider
4141

42-
### 1. via composer
42+
### 1. Install via composer (recommend)
4343

44+
With Social Proof (Recommend):
45+
46+
```
47+
composer require mageplaza/magento-2-product-slider avada/module-proofo
48+
php bin/magento setup:upgrade
49+
php bin/magento setup:static-content:deploy
50+
```
51+
52+
Without Social Proof:
4453
```
4554
composer require mageplaza/magento-2-product-slider
4655
php bin/magento setup:upgrade
4756
php bin/magento setup:static-content:deploy
4857
```
4958

50-
### 2. Copy and paste
59+
### 2. Install Package from copy-paste package
60+
5161

5262
Download latest version at [Mageplaza](https://www.mageplaza.com/magento-2-product-slider-extension/)
5363

0 commit comments

Comments
 (0)