From 5475f8854dd83c1fccc15152ba03aa5309b04d9e Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 5 Feb 2015 18:10:33 -0800 Subject: [PATCH] Clone with https to avoid errors for noobs like #262 --- meteor/example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor/example/README.md b/meteor/example/README.md index e18ca52..5e48aca 100644 --- a/meteor/example/README.md +++ b/meteor/example/README.md @@ -17,7 +17,7 @@ run script: ### Windows - git clone git@github.com:RubaXa/Sortable.git + git clone https://github.com/RubaXa/Sortable.git cd Sortable git checkout dev cd meteor\example @@ -25,7 +25,7 @@ run script: ### Elsewhere - git clone git@github.com:RubaXa/Sortable.git + git clone https://github.com/RubaXa/Sortable.git cd Sortable git checkout dev meteor/example./run.sh