aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-11-07 11:55:20 +0100
committerNiklas Halle <niklas@niklashalle.net>2020-11-07 11:55:20 +0100
commit4870c9ae7161ec807913ce273388667e9933d862 (patch)
tree8c311b59153c735ede80a26c4ab46ee8f203cb2d /Readme.md
parent4246d47b3bb12a6324a0c948170d2b3c7a2b2d30 (diff)
downloadn_frontend_telegram-4870c9ae7161ec807913ce273388667e9933d862.tar.gz
n_frontend_telegram-4870c9ae7161ec807913ce273388667e9933d862.zip
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/Readme.md b/Readme.md
deleted file mode 100644
index 3471252..0000000
--- a/Readme.md
+++ /dev/null
@@ -1,21 +0,0 @@
-### 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"
-
-