From a29964c7a09383367b80ef12d4f6876d8462476d Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Thu, 11 Jun 2026 13:17:56 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84c43c4..6668e42 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ cd getnetradio --to https://t.me/getnetradio_nashe0punk #Here your link telegram channel -#Start(nohup for work in background) -nohup ./run.sh +#Start(nohup and "&" for work in background) +nohup python3 main.py & #Stop ./stop.sh ```