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::

View File

@ -63,7 +63,7 @@ Otherwise, follow 0.4.0 instructions.
beaker in your paste config you can remove them. Again, see the
default paste.ini config
6. We also now use git submodules. Please do:
``git submodule init && git submodule fetch``
``git submodule init && git submodule update``
You will need to do this to use the new PDF support.
**For theme authors**