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 +```