From 51114777ebec597ff15d949a471313a07b59954d Mon Sep 17 00:00:00 2001 From: Marklogo Date: Tue, 17 Feb 2026 22:02:25 +0100 Subject: [PATCH] Primera version funcional --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e247c2c..7b9d094 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ python -m venv .venv ```bash pip install -r requirements.txt ``` -### 4. Ejecuta el script +### 4. Configuracion ```bash -python main.py + En la carpeta docs cumplimenta el archivo config.json con tus datos (no cambies si no necesitas las ruts a la plantilla y certificado) + Copia tu certificado en formato .p12 en la carpeta certificado (con password que te sera solicitado al firmar) ``` ### Uso del script