diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -16,5 +16,13 @@ Command: `wayback_machine_downloader nevrax.org --to 20040924172238` This can be started simple with : ``` -php -S localhost:8080 +# Python v2.7 +python -m SimpleHTTPServer +``` + +or + +``` +# Python 3 +python -m http.server 8000 ``` |