This commit is contained in:
Shihaam Abdul Rahman 2021-05-17 00:26:30 +05:00
parent eeabe187ad
commit 3fd69f55bb

View File

@ -24,7 +24,7 @@ This can be delay can be configured later. [See how](#setting-delay---optional)
`curl` `jq` `curl` `jq`
- Install with whatever package manager you use. - Install with whatever package manager you use.
- Make SURE they are installed before continuing! - Make SURE they are installed before continuing!
### Download script and config ### Clone repo and Configure
``` ```
git clone https://github.com/shihaamabr/bml-tg-notify.git git clone https://github.com/shihaamabr/bml-tg-notify.git
cd bml-tg-notify cd bml-tg-notify
@ -38,7 +38,7 @@ cp env.sample .env
./bml-tg-notify.sh ./bml-tg-notify.sh
``` ```
- Maybe run in a screen to run in background? - Maybe run in a screen to run in background?
## Setting Delay - Optional ## Setting Delay - Optional Configration
In a different terminal seession run `echo XX > delay` where XX is the time in seconds you want to delay script logs into account [See why](#theres-catch) In a different terminal seession run `echo XX > delay` where XX is the time in seconds you want to delay script logs into account [See why](#theres-catch)
### Notes ### Notes
- Default value is 160. - Default value is 160.