diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2018-03-10 16:09:37 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2018-03-10 16:09:37 +0300 |
commit | 13929542e5ea4ef87a947b1b1f22e48790b208ce (patch) | |
tree | aa5d1e394d7101ec48bbac807bffd2e7a099a3ba /include/tgbot/tgbot.h | |
parent | f7325292857ddf8b6a45c182086b637553b8fbcf (diff) |
Update README.md
Diffstat (limited to 'include/tgbot/tgbot.h')
-rw-r--r-- | include/tgbot/tgbot.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |