From c9905b1ca79c8b3431a9eb9c94c4002410dc9c06 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 18 Jan 2019 21:17:28 +0100 Subject: Fuck php --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 ``` -- cgit v1.2.1