Skip to content

Commit

Permalink
Readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Wojciechowski committed Mar 20, 2024
1 parent a8e501a commit 83ad060
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

[Tpay](https://tpay.com) payment gateway Magento2 module for GraphQL.

## Manual installation
## Installation process

1. Go to Magento2 root directory.
1. Run `composer require tpay-com/magento2-graphql`

2. Copy plugin files to `app/code/Tpay/Magento2GraphQl`.

3. Execute following commands to enable module:
2. Execute following commands to enable module:
```console
php bin/magento module:enable Tpay_Magento2GraphQl
php bin/magento setup:upgrade
php bin/magento setup:di:compile
```

## Schema
Expand Down

0 comments on commit 83ad060

Please sign in to comment.