readme update

This commit is contained in:
Shihaam Abdul Rahman 2021-05-12 20:26:21 +05:00
parent fe819efd0a
commit becbcfbbe7

View File

@ -10,8 +10,11 @@
``` ```
curl https://raw.githubusercontent.com/shihaamabr/sarmic/master/bml-tg-notify/bml-tg-notify.sh > bml-tg-notify.sh curl https://raw.githubusercontent.com/shihaamabr/sarmic/master/bml-tg-notify/bml-tg-notify.sh > bml-tg-notify.sh
curl https://raw.githubusercontent.com/shihaamabr/sarmic/master/bml-tg-notify/env.sample > .env curl https://raw.githubusercontent.com/shihaamabr/sarmic/master/bml-tg-notify/env.sample > .env
``` ```
edit the contents of .env to your config edit the contents of .env to your config\
`echo XX > delay` where XX is the time in seconds you want to delay script run.
``` ```
chmod +x bml-tg-notify.sh chmod +x bml-tg-notify.sh
./bml-tg-notify.sh ./bml-tg-notify.sh