aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/siteadmin/deploying.rst2
-rw-r--r--docs/source/siteadmin/relnotes.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 9d7f83c1..751b01c5 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -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::
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**