Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Jun 25, 2019
1 parent b7da05d commit 49841a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Run your SSH Console to connect to your Magento 2 store.
## Step 2. Go to root ##
Go to the root directory of your Magento 2 store.
## Step 3. Install ##
Execute the following command in your root directory:
Execute the following commands in your root directory:
```
composer require paazl/magento2-checkoutWidget
composer config repositories.paazl-magento2-checkout-widget vcs [email protected]:paazl/magento2-checkout-widget.git
composer require paazl/magento2-checkout-widget
```
## Step 4. Cache and Deploy ##
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:
Activate the extension and run setup by executing the following commands in root in the order shown:
```
php bin/magento module:enable Paazl_CheckoutWidget
php bin/magento setup:upgrade
php bin/magento cache:clean
```
If Magento 2 is running in production modus, run compiltation and deploy static content:
```
Expand Down

0 comments on commit 49841a3

Please sign in to comment.