summaryrefslogtreecommitdiff
path: root/include/tgbot/tgbot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tgbot/tgbot.h')
-rw-r--r--include/tgbot/tgbot.h7
1 files changed, 3 insertions, 4 deletions
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)