summaryrefslogtreecommitdiff
path: root/include/tgbot/tgbot.h
diff options
context:
space:
mode:
authorOleg Morozenkov <reo7sp@users.noreply.github.com>2017-01-15 02:46:48 +0300
committerOleg Morozenkov <reo7sp@users.noreply.github.com>2017-01-15 02:46:48 +0300
commitd03eda27cdbe75470068d7513ecf510d8d342cf5 (patch)
treea7cbf1830a7bd4624033e9d319622a2600ec487d /include/tgbot/tgbot.h
parent92d198810c07a37264a9deff4969c76af68e665f (diff)
Docs
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)