fix: use git.d0a1.es instead of github.com for clone URL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user