Skip to content

Commit

Permalink
Update README.md with install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
harli91 authored Nov 16, 2023
1 parent e59d746 commit 9a44a6a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a44a6a

Please sign in to comment.