minor fix
This commit is contained in:
parent
0cd1e053c8
commit
817cf1cbe9
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user