Skip to content

Commit

Permalink
Use git:// instead of ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Sep 22, 2011
1 parent 78934ef commit 9ae1159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -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
Expand Down

0 comments on commit 9ae1159

Please sign in to comment.