From 39f1755032fa301446db0f0fc11233a4d3dfdee7 Mon Sep 17 00:00:00 2001 From: Petre Chitashvili Date: Mon, 4 Aug 2025 23:32:26 +0400 Subject: [PATCH] docs: Add installation instructions to README Added dotnet add package command for easy installation *Collaboration by Claude* --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 858d5e7..134d6ef 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Service Documentation by the TBC Bank is here - https://developers.tbcbank.ge/docs/dbi-overview +## Installation + +```bash +dotnet add package AppifySheets.TBC.IntegrationService.Client +``` + ## Following services are implemented: * [Import Single Payment Orders](https://developers.tbcbank.ge/docs/import-single-payments) - Execute various types of payment transfers * [Get Account Movements](https://developers.tbcbank.ge/docs/account-movement) - Retrieve account transaction history