snapdrop

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

commit 58a4e8b3f0bbef19ddef5ae830f402ee9b4d9597
parent 6427616e750081945f39ff3ac726bd6663e95944
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Mon, 13 Apr 2020 13:29:05 +0200

Merge pull request #122 from seongilp/patch-1

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -55,7 +55,7 @@ ShareDrop uses WebRTC only and isn't compatible with Safari browsers. Snapdrop u Clone the repository: ``` - git clone git@github.com:RobinLinus/snapdrop.git + git clone https://github.com/RobinLinus/snapdrop.git cd snapdrop docker-compose up -d ```