Skip to content

Commit

Permalink
Update-readme-with-composer-package (#12)
Browse files Browse the repository at this point in the history
* update the readme

* Update readme

* update the readme

---------

Co-authored-by: Ivascu Madalin <[email protected]>
  • Loading branch information
harli91 and Ivascu Madalin authored Dec 4, 2023
1 parent 60a25dc commit 517583b
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,17 @@ Buckaroo has developed a cutting-edge Hyvä Checkout module as an extension for

## 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
* Hyvä Checkout version 1.1.8 or higher
<br>

## Installation
**Install the module by using composer with the following commands:**

1. Create the plugin directory:
1. Require the composer package:
```
mkdir app/code/Buckaroo
composer require buckaroo/magento2-hyva-checkout
```
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 directory:
```
cd ../../../../
```
8. Enable the magento module, run setup upgrade & deploy static content:
2. Enable the magento module, run setup upgrade & deploy static content:
```
php bin/magento module:enable Buckaroo_HyvaCheckout
php bin/magento setup:upgrade
Expand Down

0 comments on commit 517583b

Please sign in to comment.