From da538dcfbb19481461fb330d4252aef114cd79c9 Mon Sep 17 00:00:00 2001 From: comp1 Date: Mon, 11 Feb 2019 22:38:20 +0530 Subject: [PATCH] update Readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c69024..2abaa39 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ With the help of this extension admin can enable specific payment method for adm ### 1. Using Composer: ``` composer require pawan/adminenablepayments -php bin/magento module:enable Pawan_AdminEnablePayments php bin/magento setup:upgrade +php bin/magento cache:flush ``` ### 2. Manual Installation @@ -25,7 +25,9 @@ After that you need to run following command: ``` 1. php bin/magento setup:upgrade 2. php bin/magento cache:flush -3. php bin/magento setup:static-content:deploy + + If required content deploy, run + php bin/magento setup:static-content:deploy If required compilation, run php bin/magento setup:di:compile