From 8996008c4aab3626455e72008b68cfcd95544b90 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Sun, 15 Mar 2020 14:44:42 +0300 Subject: Update C++ standard in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1a56f..1661372 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3