From 714e793b9b510ad72dca55e87f1b7a16130def16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 19 Feb 2019 12:18:50 -0500 Subject: [PATCH] fix syntax --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92fe55c..90b05d4 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,12 @@ Tras instalar las dependencias, puedes generar el blog ejecutando las siguientes órdenes: 1. `git clone https://notabug.org/heckyel/cl` 2. `cd cl` -2. `virtualenv venv` -3. `source venv/bin/activate` -4. `pip install -U -r requeriments.txt` -5. `(cd cl-theme && make compile)` -6. `cp -v Makefile.example Makefile` -7. `make html` +3. `virtualenv venv` +4. `source venv/bin/activate` +5. `pip install -U -r requeriments.txt` +6. `(cd cl-theme && make compile)` +7. `cp -v Makefile.example Makefile` +8. `make html` Tras completar estos pasos, el blog estará disponible en la carpeta `output`. Abre el archivo `output/index.html` con tu navegador favorito