From 7bfbb081a769d86321c484a888784d2dc0bddc7c Mon Sep 17 00:00:00 2001 From: devops Date: Sat, 13 Jun 2026 23:05:36 +0200 Subject: [PATCH] fix: use git.d0a1.es instead of github.com for clone URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51c52c7..0d68ef8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Usa modelos de lenguaje de código abierto (Ollama) con una interfaz web moderna ### Opción rápida (recomendada) ```bash -git clone https://github.com/d0a1-es/quickstart.git +git clone https://git.d0a1.es/devops/quickstart.git cd quickstart ./deploy.sh ``` @@ -30,7 +30,7 @@ cd quickstart ### Opción manual ```bash -git clone https://github.com/d0a1-es/quickstart.git +git clone https://git.d0a1.es/devops/quickstart.git cd quickstart docker compose up -d # Esperar ~30s a que Ollama arranque