From 3ad746ff8f756732ff4848b140cd722b36fff27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rima=20Falc=C3=B3?= Date: Thu, 2 Jan 2025 06:19:51 +0100 Subject: [PATCH] update read-me --- ReadMe.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index c6781c0..9f9a3a6 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -17,23 +17,18 @@ Talkie is a framework for creating bots across messaging platforms. Write code o ## Usage -### Add the Falko Team NuGet Repository: +### Install the Talkie Platforms Package: -Open your terminal and execute the following command, replacing placeholders with your GitHub credentials: +Install Microsoft Hosting infrastructure: ```bash -dotnet nuget add source "https://nuget.pkg.github.com/falko-team/index.json" - --name falko-team - --store-password-in-clear-text - --username $YOUR_GITHUB_USERNAME - --password $YOUR_GITHUB_ACCESS_TOKEN +dotnet add package Falko.Talkie.Microsoft.Hosting ``` -### Install the Talkie Platforms Package: - If you're using Telegram, install the Talkie Telegram Platform package: ```bash +dotnet add package Falko.Talkie.Microsoft.Hosting dotnet add package Falko.Talkie.Platforms.Telegram ```