snapdrop

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

commit 1aed4cc36f52f5002e5847a0fb8c60473163303d
parent 6427616e750081945f39ff3ac726bd6663e95944
Author: Seongil Park <zihado@gmail.com>
Date:   Sun, 12 Apr 2020 22:30:36 +0900

Update README.md

To clone git repo, please use below command.
git clone https://github.com/RobinLinus/snapdrop.git
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 ```