From a4f656c8dd287166d5ddb6614fce0cbf75277624 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Fri, 13 Apr 2012 19:38:16 +0200 Subject: [PATCH] Change so read only people can clone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc6c10fb51..d72abca9fb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Deploy it to the world, for free: If you want to run on the bleeding edge, or help develop Meteor, you can run Meteor directly from a git checkout. - git clone git@github.com:meteor/meteor.git + git clone git://github.com/meteor/meteor.git cd meteor If you're the sort of person who likes to build everything from scratch,