summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <omorozenkov@gmail.com>2015-08-11 22:34:58 +0300
committerOleg Morozenkov <omorozenkov@gmail.com>2015-08-11 22:34:58 +0300
commit3447b4578c673f625a3fcd006ddf73cbe3505e48 (patch)
treec64f55e416a83f11e6192e64d1be0f9fdaada572
parente7bdef3d5cc07ce33572908127363911a1e6eebc (diff)
Fix documentation
-rw-r--r--README.md1
-rw-r--r--include/tgbot/doxygenMain.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e6e2878..d17acb2 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ To compile the library execute this commands:
cd /path/where/you/have/cloned/the/library/repository
cmake .
make -j4
+sudo make install
```
That's all. All you have to do now is just link compiled library to your project.
diff --git a/include/tgbot/doxygenMain.h b/include/tgbot/doxygenMain.h
index d77efa4..3216ae8 100644
--- a/include/tgbot/doxygenMain.h
+++ b/include/tgbot/doxygenMain.h
@@ -44,6 +44,7 @@
* cd /path/where/you/have/cloned/the/library/repository
* cmake .
* make -j4
+ * sudo make install
* @endcode
*
* That's all. All you have to do now is just link compiled library to your project.