aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25e963fe..ea728d8d 100644
--- a/README.md
+++ b/README.md
@@ -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
```