diff --git a/README.md b/README.md index 2a66354..3fcc3bd 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,33 @@ Buckaroo has developed a cutting-edge Hyvä Checkout module as an extension for ## Installation Install the module by using composer with the following commands: + +1. Make the plugin directory ``` mkdir app/code/Buckaroo +``` +2. Navigate to the created directory +``` cd app/code/Buckaroo +``` +3. Clone this repository +``` git clone https://github.com/buckaroo-it/Magento2_Hyva_Checkout.git +``` +4. Swich to the latest version +``` git checkout 1.0.0 +``` +5. Rename resulting directory +``` mv Magento2_Hyva_Checkout HyvaCheckout +``` +7. Navigate to root director +``` +cd ../../../../ +``` +7. Enable the magento module, run setup upgrate && deploy static content +``` php bin/magento module:enable Buckaroo_HyvaCheckout php bin/magento setup:upgrade php bin/magento setup:static-content:deploy