diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2018-07-26 15:29:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-26 15:29:07 +0300 |
commit | 90140927a052f55c633a976c6c404ac284d647a4 (patch) | |
tree | 522c6a6525446f5a273d4970b193fc32d773106d | |
parent | 4a0c918b066f52c3b4e3de08bbe1dac8628c706f (diff) |
Update README.md
-rw-r--r-- | README.md | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -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). |