From b1cced62ac3afc808cf8859d68a6258f66ab800f Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 2 Jun 2019 12:30:59 +0200 Subject: [PATCH] added the python3 way to the python server Signed-off-by: Emile --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2621b24..331d3e5 100644 --- a/README.md +++ b/README.md @@ -2412,6 +2412,8 @@ file=${1#*.} ##### Python simple HTTP Server ```bash python -m SimpleHTTPServer +# or when using python3: +python3 -m http.server ``` ##### Read user input