aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-19 12:17:49 -0500
committerJesús <heckyel@hyperbola.info>2019-02-19 12:17:49 -0500
commit817cf1cbe9df0ab5bd0cc68f7ac2c01329c4bbb8 (patch)
treefc825cc07819ed2df1e7447c9cc84b5356876a0d
parent0cd1e053c882583301b6c8b94540e8d14025b66e (diff)
downloadcl-817cf1cbe9df0ab5bd0cc68f7ac2c01329c4bbb8.tar.lz
cl-817cf1cbe9df0ab5bd0cc68f7ac2c01329c4bbb8.tar.xz
cl-817cf1cbe9df0ab5bd0cc68f7ac2c01329c4bbb8.zip
minor fix
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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`