From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- include/tgbot/tgbot.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/tgbot/tgbot.h') diff --git a/include/tgbot/tgbot.h b/include/tgbot/tgbot.h index 36b7dab..351410b 100644 --- a/include/tgbot/tgbot.h +++ b/include/tgbot/tgbot.h @@ -74,10 +74,9 @@ * * @section Compilation * - * Firstly you need to install some dependencies. You have to have boost library at the runtime and cmake at the compilation step to be able to use this library. - * On Debian-based distibutives you can do it with these commands: + * Firstly you need to install some dependencies such as Boost and build tools such as CMake. On Debian-based distibutives you can do it with these commands: * @code{.sh} - * sudo apt-get install g++ make binutils cmake libssl-dev libboost-system-dev libboost-iostreams-dev libboost-test-dev + * sudo apt-get install g++ make binutils cmake libssl-dev libboost-system-dev libboost-iostreams-dev * @endcode * * To compile the library execute this commands: @@ -96,7 +95,7 @@ * All samples are located [here](https://github.com/reo7sp/tgbot-cpp/tree/master/samples) * * @section Feedback - * Feel free to [create new issues on GitHub](https://github.com/reo7sp/tgbot-cpp/issues) or [contact me on Telegram](https://telegram.me/Reo_SP) + * Feel free to [create new issues on GitHub](https://github.com/reo7sp/tgbot-cpp/issues) or [contact me on Telegram](https://t.me/reo7sp) * * @section Licence * [The MIT License](http://opensource.org/licenses/MIT) -- cgit v1.2.3