git clone from https instead of git:// because gitorious broke the latter

This commit is contained in:
Christopher Allan Webber 2015-03-19 20:38:07 -05:00
parent b95d06f6d0
commit 47f66be97c

View File

@ -193,7 +193,7 @@ Change to the MediaGoblin directory that you just created::
Clone the MediaGoblin repository and set up the git submodules::
git clone git://gitorious.org/mediagoblin/mediagoblin.git
git clone https://gitorious.org/mediagoblin/mediagoblin.git
cd mediagoblin
git submodule init && git submodule update