From 1aed4cc36f52f5002e5847a0fb8c60473163303d Mon Sep 17 00:00:00 2001 From: Seongil Park Date: Sun, 12 Apr 2020 22:30:36 +0900 Subject: [PATCH] Update README.md To clone git repo, please use below command. git clone https://github.com/RobinLinus/snapdrop.git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6231f71..6ac1566 100644 --- 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 ```