From e8218f1f759d45a676d639747b30ea6ca391a523 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 1 May 2022 17:08:10 +0300 Subject: [PATCH] Now added delete for real --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96ae85a..199aa96 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You should first go get [ustvgo_to_m3u](https://github.com/benmoose39/ustvgo_to_ ## Installation -``` +```sh git clone https://git.konsthol.eu/konsthol/UsTvGo_Menu cd UsTvGo_Menu sudo cp tv.sh /usr/bin/ @@ -17,11 +17,11 @@ sudo cp tv.sh /usr/bin/ ## Usage -Simply run ./tv.sh or even better assign it to run with a keybinding +Simply run `tv.sh` or even better assign it to run with a keybinding Also as benmoose39 says in his repo the playlist url changes every 4 hours so if you don't hate setting up cron jobs you should do the following -``` +```sh crontab -e (to open the cronjobs file) 0 */4 * * * ~/PATH_UP_TO/ustvgo_to_m3u/autorun.sh ```