minor fix

This commit is contained in:
Jesús 2019-02-19 12:17:49 -05:00
parent 0cd1e053c8
commit 817cf1cbe9
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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`