From 009975315a5d55c02b99dd8e3ebd94a820694456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CF=BB=CE=B5=CE=BF=CF=89?= Date: Sun, 7 Jul 2019 18:49:27 +0300 Subject: [PATCH] added Usage section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 61e8d86..71dbc15 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Features of this bot: You can use this bot in Telegram by [this nick](https://t.me/truecaptcha_bot) or install it on your own bot-account! + ## Usage +To use this bot you must make him administrator and give restrict users permission + ## Install your own bot You can use systemd for managing bot startup with my [systemd unit file](https://gitlab.com/woem/truecaptcha_bot/blob/master/truecaptcha_bot.service). To use it, you must change `11111111:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA` to your bot's token, and `/path/to/bot/folder` to folder with this bot. Than you should run `systemctl daemon-reload && systemctl start truecaptcha_bot && systemctl enable truecaptcha_bot` and your bot will run even after server reboots.