From 4870c9ae7161ec807913ce273388667e9933d862 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Sat, 7 Nov 2020 11:55:20 +0100 Subject: test --- Readme.md | 21 --------------------- readme.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 Readme.md create mode 100644 readme.md 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" - - 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" + + -- cgit v1.2.3-54-g00ecf