From 8e8be8c73e748908bc9679e97b036d0ccfe481e5 Mon Sep 17 00:00:00 2001 From: Alvaro Segura Del Barco Date: Wed, 10 Jul 2024 16:47:22 -0600 Subject: [PATCH] Agrega pasos para contribuir --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index f4103cd..7b60ad4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # Documentación del observatorio Sitio visible en: https://jaquerespeis.github.io/ciberObservatorio/ + +# Como contribuir + +``` bash +git clone git@github.com:JaquerEspeis/ciberObservatorio.git +``` + +Crear un ambiente virtual +``` bash +which python +python -m venv venv +source venv/bin/activate +which python +``` + +Instalar mkdocs-material +``` bash +pip install mkdocs-material +mkdocs serve +```