From cdb6ecb7ebce633d929094a1a5b3957fe397e530 Mon Sep 17 00:00:00 2001 From: cheetah Date: Fri, 19 Mar 2021 20:46:30 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 92b83e4..dfc9d44 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # msg-email + +Creates Notifications from incoming E-Mails, supports parsing/custom handling. + +# Installing +```bash +git clone https://github.com/smartpager-network/msg-email +cd msg-email +npm install +cp credentials.default.json credentials.json +# EDIT credentials.json +# EDIT config.json +node index.js # or pm2 start index.js # if you have pm2 installed(https://pm2.keymetrics.io) +```