Skip to content

Commit

Permalink
Merge pull request #7 from Blackmist/fixing-readme
Browse files Browse the repository at this point in the history
Changing remote command in readme to use git@ format instead of git:// s...
  • Loading branch information
mollybostic committed Mar 20, 2012
2 parents 9fcaec7 + ab59055 commit 07ae367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GettingStarted/README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 07ae367

Please sign in to comment.