From c6b3f06b330b2dc3e7444388b08faf043d95dc3c Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Sat, 7 Mar 2026 10:08:21 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8f02caf..d51c1de 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ Scripts for telegram bot for (re)start/stop without pain. \ **UNIX-ONLY!!!** +## Examples +In repository you see examples: +* main.py - your main file +* example.sh - optional script for checking exit code (not needed) + +`service.py` is the what you will use for managment of `main.py` + ## Usage 1. Put service.py in yours project. 2. Set name of main script - `main.py`