From 521473226d0111d0e26f071874cf9a40147b7a68 Mon Sep 17 00:00:00 2001 From: Marco Marinello Date: Mon, 18 Feb 2019 13:03:01 +0100 Subject: [PATCH] Python 3 alternative in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cbf4163..b8bf925 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,10 @@ ShareDrop uses WebRTC only and isn't compatible with Safari browsers. Snapdrop u # open a second shell: cd snapdrop/client + # Python 2 python -m SimpleHTTPServer + # Python 3 + python3 -m http.server ``` Now point your browser to http://localhost:8000.