From c4afeef5ee401607ab815eea2bedfb6f1769cb75 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 30 May 2023 20:44:57 +0200 Subject: [PATCH] usage: modify Python 3 example Listen only on localhost, and explicitly use the python3 binary. Signed-off-by: David Disseldorp --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 5772cbe..6b294c3 100644 --- a/USAGE.md +++ b/USAGE.md @@ -129,7 +129,7 @@ Python 2: Python 3: - python -m http.server 8000 + python3 -m http.server -b localhost 8000 #### Apache