Skip to content

Commit

Permalink
Agrega pasos para contribuir
Browse files Browse the repository at this point in the history
  • Loading branch information
rngkll committed Jul 10, 2024
1 parent 53a0889 commit 8e8be8c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Documentación del observatorio

Sitio visible en: https://jaquerespeis.github.io/ciberObservatorio/

# Como contribuir

``` bash
git clone [email protected]: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
```

0 comments on commit 8e8be8c

Please sign in to comment.