diff --git a/Makefile b/Makefile index b48d852f..e33aaee4 100644 --- a/Makefile +++ b/Makefile @@ -73,10 +73,10 @@ travis: publish git push -fq origin $(GITHUB_PAGES_BRANCH) > /dev/null import_pyladies: - python pyladies_generator.py + $(PY) pyladies_generator.py import_empresas: - python empresas_generator.py + $(PY) empresas_generator.py ping: curl -Is http://www.google.com/webmasters/tools/ping?sitemap=http://pythonbrasil.github.io/wiki/sitemap.xml | grep "200 OK" || echo "Erro pinging Google" diff --git a/README.md b/README.md index 0cadf211..cf842ea9 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ $ make html $ make serve ``` -O *make html* irá gerar o HTML e o *make serve* irá criar o servidor. Basta acessar *localhost:8000* e pronto! O site já está rodando em seu computador localmente! +O *make html* irá gerar o HTML e o *make serve* irá executar o servidor. Basta acessar *localhost:8000* e pronto! O site já está rodando em seu computador localmente! Agora basta fazer as modificações na pasta *content/pages*, rodar os comandos *make html* e *make serve* e suas alterações já serão visíveis.