commit a3e751ee23e8db2a615e1cb2bcaa1071531267ca
parent cf9129618bfb77543da80cd36daa04e21951310b
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date: Mon, 18 Feb 2019 22:20:27 +0100
Merge pull request #77 from mmaridev/master
Python 3 alternative in readme
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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.