fix syntax
This commit is contained in:
parent
817cf1cbe9
commit
714e793b9b
12
README.md
12
README.md
@ -54,12 +54,12 @@ Tras instalar las dependencias, puedes generar el blog ejecutando las
|
|||||||
siguientes órdenes:
|
siguientes órdenes:
|
||||||
1. `git clone https://notabug.org/heckyel/cl`
|
1. `git clone https://notabug.org/heckyel/cl`
|
||||||
2. `cd cl`
|
2. `cd cl`
|
||||||
2. `virtualenv venv`
|
3. `virtualenv venv`
|
||||||
3. `source venv/bin/activate`
|
4. `source venv/bin/activate`
|
||||||
4. `pip install -U -r requeriments.txt`
|
5. `pip install -U -r requeriments.txt`
|
||||||
5. `(cd cl-theme && make compile)`
|
6. `(cd cl-theme && make compile)`
|
||||||
6. `cp -v Makefile.example Makefile`
|
7. `cp -v Makefile.example Makefile`
|
||||||
7. `make html`
|
8. `make html`
|
||||||
|
|
||||||
Tras completar estos pasos, el blog estará disponible en la carpeta
|
Tras completar estos pasos, el blog estará disponible en la carpeta
|
||||||
`output`. Abre el archivo `output/index.html` con tu navegador favorito
|
`output`. Abre el archivo `output/index.html` con tu navegador favorito
|
||||||
|
Loading…
x
Reference in New Issue
Block a user