Skip to content

Commit

Permalink
corrige pasos
Browse files Browse the repository at this point in the history
  • Loading branch information
rngkll committed Oct 14, 2024
1 parent 23e0fea commit e298dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkdocs/docs/howto/ComoColaborar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Desplegado en https://jaquerespeis.github.io/libreDataCenter/

### Configurar ambiente
```
git clone git@github.com:Carbon-Offset-Open-Platform/mainPublicDoc.git
git clone git@github.com:JaquerEspeis/libreDataCenter.git
python3 -m venv venv
source venv/bin/activate
(venv) ~ pip install mkdocs-material
(venv) ~ pip install -r requirements.txt
```

### Añadir contenido
Expand All @@ -24,7 +24,7 @@ source venv/bin/activate
Después de ingresar al entorno de Python, puedes ejecutar `serve` para ver los resultados localmente en tu navegador web:
```
source venv/bin/activate
(venv) ~ pip install mkdocs-material
(venv) ~ pip install -r requirements.txt
mkdocs serve
```

Expand Down

0 comments on commit e298dea

Please sign in to comment.