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