diff --git a/README.md b/README.md index b2c4236..874eb43 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ To monitor your source directory for changes, and recompile files if they change python build.py & python -m SimpleHTTPServer && fg ``` +For Python > 3.3 : +``` +python build.py & python -m http.server && fg +``` + This will recursively search `./templates` for templates (any file whose name does not start with `.` or `_`) and build them to `.`. Commit both the rendered html and the file inside `/templates/`