aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-18 21:17:28 +0100
committerneodarz <neodarz@neodarz.net>2019-01-18 21:17:28 +0100
commitc9905b1ca79c8b3431a9eb9c94c4002410dc9c06 (patch)
tree0a2231b63a86fca54d6365eb0403668dab8365ab
parent8f5f0a19a40eb7552d8ca17961f3baa5140f8766 (diff)
downloadnevrax-website-self-hostable-c9905b1ca79c8b3431a9eb9c94c4002410dc9c06.tar.xz
nevrax-website-self-hostable-c9905b1ca79c8b3431a9eb9c94c4002410dc9c06.zip
Fuck phpHEADmaster
-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
```