Fixing docs: git submodule update, not git submodule fetch!

This commit sponsored by Charles Combs.  Thank you!
This commit is contained in:
Christopher Allan Webber
2013-07-14 21:05:01 -05:00
parent df206ab633
commit 64ad0beea8
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ directory. Modify these commands to reflect your own environment::
Clone the MediaGoblin repository and set up the git submodules::
git clone git://gitorious.org/mediagoblin/mediagoblin.git
git submodule init && git submodule fetch
git submodule init && git submodule update
And set up the in-package virtualenv::