From d366f327c025b25340016fc49ff07e315713e2be Mon Sep 17 00:00:00 2001 From: scossa Date: Sat, 18 Jan 2025 20:25:09 +0100 Subject: [PATCH] up --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 00d0ef8..731162f 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,15 @@ sudo chown -R www-data:www-data ; sudo ch #### 2. Se vuoi semplicemente sapere qual'รจ il link giusto aggiornato esegui "show_link.sh" (richiede "attuale.txt"): ``` ./show_link.sh +``` + +
+ +#### 3. Crea un feed rss (richiede "attuale.txt"): +``` +# Avvialo manualmente +./rss_generator.sh + +# o mettilo in cron +0 0 * * * /path/to/rss_generator.sh ``` \ No newline at end of file