aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/relnotes.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-07-14 21:05:01 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-07-14 21:05:01 -0500
commit64ad0beea83b1f4b50462bcb67c54156fc9365a5 (patch)
tree97c207dee582e6ead8ae0652d76e3559a49170f1 /docs/source/siteadmin/relnotes.rst
parentdf206ab633ef369c89d27321823daf140a5ff6f4 (diff)
downloadmediagoblin-64ad0beea83b1f4b50462bcb67c54156fc9365a5.tar.lz
mediagoblin-64ad0beea83b1f4b50462bcb67c54156fc9365a5.tar.xz
mediagoblin-64ad0beea83b1f4b50462bcb67c54156fc9365a5.zip
Fixing docs: git submodule update, not git submodule fetch!
This commit sponsored by Charles Combs. Thank you!
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r--docs/source/siteadmin/relnotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst
index 8e7ba396..35415b66 100644
--- a/docs/source/siteadmin/relnotes.rst
+++ b/docs/source/siteadmin/relnotes.rst
@@ -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**