update README.md

This commit is contained in:
Jesús 2019-02-19 12:13:48 -05:00
parent 999416249a
commit 9d7ddfd708
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 3 additions and 2 deletions

View File

@ -56,8 +56,9 @@ siguientes órdenes:
2. `virtualenv venv`
3. `source venv/bin/activate`
4. `pip install -U -r requeriments.txt`
5. `(cd cl-pelican/cl-theme && make compile)`
6. `make html`
5. `(cd cl/cl-theme && make compile)`
6. `cp -v Makefile.example Makefile`
7. `make html`
Tras completar estos pasos, el blog estará disponible en la carpeta
`output`. Abre el archivo `output/index.html` con tu navegador favorito