From 799f9123bad0e29afdbac9ca5645707e674ed917 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 13 Feb 2021 01:38:31 +0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fb3798d01a..b87d92e244 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ Hello! This is a set of libraries for working with Telegram Bot API. ## Examples +There are several things you need to do to launch examples below: + +* Add `mavenCentral()` to your project repositories + * [Maven variant](https://github.com/InsanusMokrassar/TelegramBotAPI/wiki/Including-in-your-project#pomxml) +* Add dependency `implementation "dev.inmo:tgbotapi:$tgbotapi_version"` + * Replace `tgbotapi_version` with exact version (see last one in table above) or put variable with this name in project + * Alternative variant for maven [here](https://github.com/InsanusMokrassar/TelegramBotAPI/wiki/Including-in-your-project#telegrambotapi) + +More including instructions [available here](https://github.com/InsanusMokrassar/TelegramBotAPI/wiki/Including-in-your-project) + ### Most common example ```kotlin