From b11b6da4572a7bdb3dc37ca63b0af6069f74cb80 Mon Sep 17 00:00:00 2001 From: Viktor Fomin Date: Tue, 5 Sep 2023 14:45:12 +0300 Subject: [PATCH] Common: ASC.TelegramReports: add README --- common/ASC.TelegramReports/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 common/ASC.TelegramReports/README.md diff --git a/common/ASC.TelegramReports/README.md b/common/ASC.TelegramReports/README.md new file mode 100755 index 0000000000..c94e70998b --- /dev/null +++ b/common/ASC.TelegramReports/README.md @@ -0,0 +1,14 @@ +# ASC Telegram Reports + +ASC.TelegramReports + +### Installation and usage + +```bash +$ npm install +$ npm start +``` + +### License + +[GNU GPL V3](LICENSE)