fix readme

This commit is contained in:
Shihaam Abdul Rahman 2021-10-27 07:58:54 +05:00
parent 604bedb66c
commit efef62616a

View File

@ -24,7 +24,7 @@ cp env.sample .env
./screen-telegram-ping-ip.sh
```
### Automatically run the script on system boot up
* Add it to a crontab `crontab -e` \
* Add it to a crontab `crontab -e`
```
@reboot /bin/bash /path/to/telegram-ping-ip/screen-telegram-ping-ip.sh
```