From 9ae1159814a200a64d493b220ef7a4db5783e25d Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Wed, 21 Sep 2011 19:15:57 -0700 Subject: [PATCH] Use git:// instead of ssh --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 4236189..07bd5aa 100644 --- a/README.markdown +++ b/README.markdown @@ -9,14 +9,14 @@ page](http://code.google.com/p/git-repo/downloads/list). $ mkdir couchdb $ cd couchdb - $ repo init -u git@github.com:couchbase/couchdb-manifest.git + $ repo init -u git://github.com/couchbase/couchdb-manifest.git $ repo sync or, for the new and exciting preview branch: $ mkdir couchdb $ cd couchdb - $ repo init -u git@github.com:couchbase/couchdb-manifest.git -m branch-preview.xml + $ repo init -u git://github.com/couchbase/couchdb-manifest.git -m branch-preview.xml $ repo sync ## Build