浏览代码

Merge pull request #77 from mmaridev/master

Python 3 alternative in readme
RobinLinus 6 年之前
父节点
当前提交
a3e751ee23
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
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.