From 2f605ef796e0a3bbd9cd7aab6e83c9f8599f09a4 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Thu, 28 Oct 2021 16:18:56 +0500 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc4e313..f1e552b 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,18 @@ cp env.sample .env ## Running ### Execute the script - Forground ```bash -./telegram-ping-ip.sh - Background +./telegram-ping-ip.sh ``` -### Run the script in a screen +### Run the script in a screen - Background ```bash ./screen-telegram-ping-ip.sh ``` ### Run at system boot up -* Add it to a crontab, Run: `crontab -e` +* Add the following like to crontab, Run: `crontab -e` ``` @reboot /bin/bash /path/to/telegram-ping-ip/screen-telegram-ping-ip.sh ``` + ## Future plans * create a daemon, idk, it seems interesting