Skip to content

Commit

Permalink
minor fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-disavio committed May 27, 2022
1 parent 97c9f82 commit e271f94
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,21 @@ The module should be compatible also with magento 2 >= 2.3.0
Installation Instructions
-------------------------

Installation:
### Installation:

* manual copy all the files into your magento root, /app/code/Soisy/PaymentMethod.
1) Manual copy all the files into your magento `root/app/code/Soisy/PaymentMethod`.

(If you don't have this folder please create it)

2) Clear the cache, logout from the admin panel and then login again.

3) Go to System -> Tools -> Web Setup Wizard, in Module Manager and check "Enable" on Soisy_PaymentMethod.

4) Execute the follow command:
* php bin\magento setup:static-content:deploy -f
* php bin\magento cache:clean
* php bin\magento cache:flush
### Optional:
Execute the follow command:
1) php bin\magento setup:static-content:deploy -f
2) php bin\magento cache:clean
3) php bin\magento cache:flush


Configuration
Expand Down Expand Up @@ -113,4 +116,4 @@ Developer

Copyright
---------
(c) 2021 Soisy
(c) 2022 Soisy

0 comments on commit e271f94

Please sign in to comment.