diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-15 14:44:42 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-15 14:44:42 +0300 |
commit | 8996008c4aab3626455e72008b68cfcd95544b90 (patch) | |
tree | ee55bb36cac7b963331c8ca7362555e427723db3 | |
parent | c5cb76f8a482579555bdd48d65649bc6099d52e8 (diff) |
Update C++ standard in readme.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ You can use Docker to build and run your bot. Set the base image of your's Docke ### Without CMake ```sh -g++ telegram_bot.cpp -o telegram_bot --std=c++11 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread +g++ telegram_bot.cpp -o telegram_bot --std=c++14 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread ``` ### Build options |