diff --git a/README.md b/README.md index 5026410..cfbe1a0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ ### Genera una pagina html con il link aggiornato di streamingcommunity Avvia lo script manualmente
-./update_link.sh
+``` +./update_link.sh +``` o mettilo in cron
-0 0 * * * /path/to/update_link.sh
+``` +0 0 * * * /path/to/update_link.sh +``` per generare la pagina index.html contente il link giusto
Se vuoi pubblicarla sul web, dai i permessi alla cartella contenente lo script
-sudo chown -R www-data:www-data /path/to/streamingcommunity_directory ; sudo chmod -R 755 /path/to/streamingcommunity_directory
\ No newline at end of file +``` +sudo chown -R www-data:www-data ; sudo chmod -R 755 +```