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

@@ -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**