Skip to content

Commit 49841a3

Browse files
Update README.md
1 parent b7da05d commit 49841a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Run your SSH Console to connect to your Magento 2 store.
2424
## Step 2. Go to root ##
2525
Go to the root directory of your Magento 2 store.
2626
## Step 3. Install ##
27-
Execute the following command in your root directory:
27+
Execute the following commands in your root directory:
2828
```
29-
composer require paazl/magento2-checkoutWidget
29+
composer config repositories.paazl-magento2-checkout-widget vcs [email protected]:paazl/magento2-checkout-widget.git
30+
composer require paazl/magento2-checkout-widget
3031
```
3132
## Step 4. Cache and Deploy ##
32-
Activate the extension, clean the caches, and deploy the content to your Magento 2 environment by executing the following commands in root in the order shown:
33+
Activate the extension and run setup by executing the following commands in root in the order shown:
3334
```
3435
php bin/magento module:enable Paazl_CheckoutWidget
3536
php bin/magento setup:upgrade
36-
php bin/magento cache:clean
3737
```
3838
If Magento 2 is running in production modus, run compiltation and deploy static content:
3939
```

0 commit comments

Comments
 (0)