From ab590556880262469f4ac9ee3d5e9112a7f21062 Mon Sep 17 00:00:00 2001 From: Larry Franks Date: Tue, 20 Mar 2012 11:19:55 -0400 Subject: [PATCH] Changing remote command in readme to use git@ format instead of git:// since we're pulling from a private repository --- GettingStarted/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GettingStarted/README.md b/GettingStarted/README.md index a5326ef2f5d30..4f1a792748e31 100644 --- a/GettingStarted/README.md +++ b/GettingStarted/README.md @@ -18,7 +18,7 @@ This folder contains all the information that an individual needs to start contr Next create a reference to the root repository by entering these commands: cd azure-content-pr - git remote add upstream git://github.com/WindowsAzure/azure-content-pr.git + git remote add upstream git@github.com:WindowsAzure/azure-content-pr.git git fetch upstream Congratulations you have now set up your repository. The above steps will not need to be repeated again.