From 7589a4dd550bd6aa125785a019b6a649f1d03113 Mon Sep 17 00:00:00 2001
From: Rene <105488705+Buckaroo-Rene@users.noreply.github.com>
Date: Thu, 16 Nov 2023 11:20:25 +0100
Subject: [PATCH] Hyva checkout README.md update (#6)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* We've updated the README.md file for the Buckaroo Magento 2 Hyvä Checkout module.
---
README.md | 42 ++++++++++++++++++++++++++++++++++++------
1 file changed, 36 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 763929e..8cef8d0 100644
--- a/README.md
+++ b/README.md
@@ -2,21 +2,51 @@
-# Buckaroo Magento Hyva Checkout
+# Buckaroo Magento 2 Hyvä Checkout
+Buckaroo has developed a cutting-edge Hyvä Checkout module as an extension for the Buckaroo Magento 2 plugin. By integrating this module, we have seamlessly incorporated support for Hyvä Checkout, enhancing your payment experience with Buckaroo while enjoying quicker loading times, particularly on mobile devices – a remarkable 13 times faster. With Hyvä's outstanding performance, your store will witness improved conversion rates, superior performance, and reduced overall complexity.
-## Requirements
+#### Please note that there are 2 versions of Hyvä modules:
+* If you are using the **Hyvä Checkout module**, you can then use this repository:
+[https://github.com/buckaroo-it/Magento2_Hyva_Checkout](https://github.com/buckaroo-it/Magento2_Hyva_Checkout)
+
+* If you are using the **Hyvä React Checkout module**, you'll need to use a separate repository for that:
+[https://github.com/buckaroo-it/Magento2_Hyva](https://github.com/buckaroo-it/Magento2_Hyva)
+
-Buckaroo Magento 2 plugin version 1.46 or heigher
-Hyvä Checkout version 1.1.3 or heigher
+## Requirements
+* [Buckaroo Magento 2 plugin](https://github.com/buckaroo-it/Magento2/releases) version 1.46 or higher
+* Hyvä Checkout version 1.1.3 or higher
+
## Installation
+Install the module by using composer with the following commands:
+
+1. Create 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
-mv Magento2_Hyva_Checkout HyvaCheckout
-cd HyvaCheckout
+```
+4. Swich to the latest version:
+```
git checkout 1.0.0
+```
+5. Rename resulting directory:
+```
+mv Magento2_Hyva_Checkout HyvaCheckout
+```
+7. Navigate to root directory:
+```
+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