From 3c2c38fd8e4ba0a4e5b6079d54eb1ad8147bd986 Mon Sep 17 00:00:00 2001 From: fanta Date: Sun, 9 Oct 2022 10:32:00 +0200 Subject: [PATCH] el readme --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5c80f1..3658e05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ -# recomendador +# Bot que recomienda seguir los Ășltimos canales con actividad de un nodo peertube -Bot que recomienda canales de un nodo peertube a los que seguir. -Para una persona o colectivo que genera contenido en peertube es muy importante que pueda ser seguido su contenido por la gente del #fediverso . - -Eso ayuda muchĂ­simo. \ No newline at end of file +
+# apt install git toot
+# toot login # just the first time
+# adduser recomendador
+# su - recomendador
+$ mkdir bots
+$ cd bots
+$ git clone http://git.56k.es/fanta/recomendador
+$ crontab -e
+00 10 * * * /bin/bash /home/recomendador/bots/recomendador/recomendador.sh
+