From e3fdfe14832ad18d5d2c9c949f3925faa7cff789 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Mon, 11 Jul 2016 06:02:14 -0700 Subject: Update README with python3 http.server I couldn't find the Python 2 SimpleHTTPServer module on Arch Linux, but python3's http.server works just fine and is shipped by default. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index d1f43d3..9262c73 100644 --- a/README +++ b/README @@ -31,6 +31,10 @@ In order to test your changes, run python -m SimpleHTTPServer +or + + python3 -m http.server + in the directory containing index.html, and check http://localhost:8000/ in your browser to make sure that everything displays reasonably. -- cgit v1.2.3