summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2018-07-26 15:29:07 +0300
committerGitHub <noreply@github.com>2018-07-26 15:29:07 +0300
commit90140927a052f55c633a976c6c404ac284d647a4 (patch)
tree522c6a6525446f5a273d4970b193fc32d773106d
parent4a0c918b066f52c3b4e3de08bbe1dac8628c706f (diff)
Update README.md
-rw-r--r--README.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index 48061fe..d460d7e 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,14 @@ make -j4
sudo make install
```
+## Specific library installation notes
+
+### Docker
+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/).
+
+### Arch Linux
+A PKGBUILD compiles shared library with header files is hosted on [Arch Linux User Repository](https://aur.archlinux.org/packages/libtgbot-cpp-git/).
+
## Bot compilation
@@ -107,15 +115,6 @@ add_definitions(-DTGBOT_CHANGE_READ_BUFFER_SIZE) # Read Buffer Size Expansion
```
-## Specific installation notes
-
-### Docker
-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/).
-
-### Arch Linux
-A PKGBUILD compiles shared library with header files is hosted on [Arch Linux User Repository](https://aur.archlinux.org/packages/libtgbot-cpp-git/).
-
-
## Feedback
Feel free to [create new issues on GitHub](https://github.com/reo7sp/tgbot-cpp/issues) or [contact me on Telegram](https://t.me/reo7sp).