snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 521473226d0111d0e26f071874cf9a40147b7a68
parent a251483e97e3d9580bc1d2b0dd71de0cc28ebce3
Author: Marco Marinello <mmarinello@sezf.it>
Date:   Mon, 18 Feb 2019 13:03:01 +0100

Python 3 alternative in readme

Diffstat:
MREADME.md | 3+++
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.