Update README.md

This commit is contained in:
2026-06-11 13:17:56 +03:00
parent 1bded20483
commit a29964c7a0
+2 -2
View File
@@ -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
```