aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..3471252
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,21 @@
+### N Telegram
+
+## Prerequisites
+You need CPR (https://github.com/whoshuu/cpr) and tgbot-cpp (https://github.com/reo7sp/tgbot-cpp) installed as shown in their pages.
+
+## 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"
+
+