From 83ad060f7691f8a76e246fb5fc69f53bc9a8d63a Mon Sep 17 00:00:00 2001 From: Karol Wojciechowski Date: Wed, 20 Mar 2024 10:29:07 +0100 Subject: [PATCH] Readme change --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 984ae84..2ea3fe4 100644 --- a/README.md +++ b/README.md @@ -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