Changes clone url from http url to git url

Cloning over http is always yuckier than cloning over git protocol.
This commit is contained in:
Will Kahn-Greene 2011-07-15 12:32:21 -04:00
parent 0d91af09d2
commit ef8e47f260

View File

@ -85,7 +85,7 @@ After installing the requirements, follow these steps:
1. Clone the repository:: 1. Clone the repository::
git clone http://git.gitorious.org/mediagoblin/mediagoblin.git git clone git://gitorious.org/mediagoblin/mediagoblin.git
2. Bootstrap and run buildout:: 2. Bootstrap and run buildout::