From 13929542e5ea4ef87a947b1b1f22e48790b208ce Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sat, 10 Mar 2018 16:09:37 +0300 Subject: Update README.md --- README.md | 1 + include/tgbot/tgbot.h | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e5cc5c..d9816fc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ sudo make install g++ telegram_bot.cpp -o telegram_bot --std=c++11 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread ``` +### Also You can use Docker to build and run your bot. Set the base image of your's Dockerfile to [reo7sp/tgbot-cpp](https://hub.docker.com/r/reo7sp/tgbot-cpp/). ## Samples diff --git a/include/tgbot/tgbot.h b/include/tgbot/tgbot.h index 6639826..39de85e 100644 --- a/include/tgbot/tgbot.h +++ b/include/tgbot/tgbot.h @@ -98,6 +98,7 @@ * g++ telegram_bot.cpp -o telegram_bot --std=c++11 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread * @endcode * + * Also: * You can use Docker to build and run your bot. Set the base image of your's Dockerfile to [reo7sp/tgbot-cpp](https://hub.docker.com/r/reo7sp/tgbot-cpp/). * * @section Samples -- cgit v1.2.3