Skip to content

Commit

Permalink
Update post install commands in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Mar 20, 2024
1 parent c9ba604 commit a83b2d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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

[![Latest stable version](https://img.shields.io/packagist/v/tpaycom/magento2basic.svg?label=current%20version)](https://packagist.org/packages/tpaycom/magento2basic)
[![PHP version](https://img.shields.io/packagist/php-v/tpaycom/magento2basic.svg)](https://php.net)
[![License](https://img.shields.io/github/license/tpay-com/tpay-magento2-basic.svg)](LICENSE)
[![Latest stable version](https://img.shields.io/packagist/v/tpaycom/magento2basic.svg?label=Latest%20stable%20version)](https://packagist.org/packages/tpaycom/magento2basic)
[![PHP version](https://img.shields.io/packagist/php-v/tpaycom/magento2basic.svg?label=PHP)](https://php.net)
[![License](https://img.shields.io/github/license/tpay-com/tpay-magento2-basic.svg?label=License)](LICENSE)
[![CI status](https://github.com/tpay-com/tpay-magento2-basic/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/tpay-com/tpay-magento2-basic/actions)
[![Type coverage](https://shepherd.dev/github/tpay-com/tpay-magento2-basic/coverage.svg)](https://shepherd.dev/github/tpay-com/tpay-magento2-basic)

[Polish version :poland: wersja polska](./README_PL.md)

## [Composer](https://getcomposer.org) installation
## Installation

1. Execute following command to download module:
```console
Expand All @@ -21,6 +21,7 @@
```console
php bin/magento module:enable Tpay_Magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
```

3. Enable and configure module in Magento Admin under `Stores/Configuration/Payment Methods/tpay.com`.
9 changes: 5 additions & 4 deletions README_PL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Moduł Magento2 bramki płatności [Tpay](https://tpay.com).

[![Najnowsza stabilna wersja](https://img.shields.io/packagist/v/tpaycom/magento2basic.svg?label=obecna%20wersja)](https://packagist.org/packages/tpaycom/magento2basic)
[![Wersja PHP](https://img.shields.io/packagist/php-v/tpaycom/magento2basic.svg)](https://php.net)
[![Licencja](https://img.shields.io/github/license/tpay-com/tpay-magento2-basic.svg?label=licencja)](LICENSE)
[![Najnowsza stabilna wersja](https://img.shields.io/packagist/v/tpaycom/magento2basic.svg?label=Najnowsza%20stabilna%20wersja)](https://packagist.org/packages/tpaycom/magento2basic)
[![Wersja PHP](https://img.shields.io/packagist/php-v/tpaycom/magento2basic.svg?label=PHP)](https://php.net)
[![Licencja](https://img.shields.io/github/license/tpay-com/tpay-magento2-basic.svg?label=Licencja)](LICENSE)
[![CI status](https://github.com/tpay-com/tpay-magento2-basic/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/tpay-com/tpay-magento2-basic/actions)
[![Pokrycie typami](https://shepherd.dev/github/tpay-com/tpay-magento2-basic/coverage.svg)](https://shepherd.dev/github/tpay-com/tpay-magento2-basic)

[English version :gb: wersja angielska](./README.md)

## Instalacja z użyciem [Composer](https://getcomposer.org)a
## Instalacja

1. Wykonaj następujące polecenie, aby pobrać moduł:
```console
Expand All @@ -21,6 +21,7 @@ Moduł Magento2 bramki płatności [Tpay](https://tpay.com).
```console
php bin/magento module:enable Tpay_Magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
```

3. Włącz i skonfiguruj moduł w panelu administratora Magento w `Stores/Configuration/Payment Methods/tpay.com`.

0 comments on commit a83b2d3

Please sign in to comment.