From e3bf4fef8641b73163dd2dc38dc186badce9e66e Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 7 Apr 2021 17:41:17 +0700 Subject: [PATCH] added readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b1679a --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Vk to Telegram bot + +### Configuring +Copy `config.example.yml` to `config.yml` and set it up. + +#### Running +`yarn && yarn build && node ./dist/index.js`