diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | include/tgbot/tgbot.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |