From 817cf1cbe9df0ab5bd0cc68f7ac2c01329c4bbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 19 Feb 2019 12:17:49 -0500 Subject: [PATCH] minor fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c88ee..92fe55c 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,11 @@ que tienes Make instalado. 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/cl-theme && make compile)` +5. `(cd cl-theme && make compile)` 6. `cp -v Makefile.example Makefile` 7. `make html`