From 6cbf8dd21c65ea201694eb201bbbcc53ca7921db Mon Sep 17 00:00:00 2001 From: Max Kusatz Date: Thu, 29 Oct 2020 20:51:02 +0100 Subject: updated Readme --- Readme.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index e08da47..5d3de26 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,19 @@ ### N Telegram -## Installation +## Prerequisites You need CPR (https://github.com/whoshuu/cpr) and tgbot-cpp (https://github.com/reo7sp/tgbot-cpp) installed as shown in their pages. - \ No newline at end of file +## Building + mkdir build + cd build + cmake .. + make -j6 + +##Config +Your config.toml file should look somthing like this: + + [telegram] + apikey="insert Key here" + + [n_core] + adress="host:port" -- cgit v1.2.3-54-g00ecf