diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-07-15 12:32:21 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-07-15 12:32:21 -0400 |
commit | ef8e47f260a38ecbb37e64277caa87ce14a48556 (patch) | |
tree | 1fc529e031b09946ce3116651bf00600427bc034 /docs | |
parent | 0d91af09d20791920be287b7f772d8a505efc8d4 (diff) | |
download | mediagoblin-ef8e47f260a38ecbb37e64277caa87ce14a48556.tar.lz mediagoblin-ef8e47f260a38ecbb37e64277caa87ce14a48556.tar.xz mediagoblin-ef8e47f260a38ecbb37e64277caa87ce14a48556.zip |
Changes clone url from http url to git url
Cloning over http is always yuckier than cloning over git protocol.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hackinghowto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 46288882..4cdbf03c 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -85,7 +85,7 @@ After installing the requirements, follow these steps: 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:: |