From: Christopher Allan Webber Date: Tue, 26 Aug 2014 17:31:29 +0000 (-0500) Subject: Also add git submodule init to the release docs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c7690151cc2e3ca4c955b98263a07d3769589f3d;p=mediagoblin.git Also add git submodule init to the release docs --- diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 6892e71e..a2a5645e 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -27,7 +27,7 @@ carefully, or at least skim over it. **Do this to upgrade** 1. Update to the latest release. If checked out from git, run: - ``git fetch && git checkout -q v0.7.0 && git submodule update`` + ``git fetch && git checkout -q v0.7.0 && git submodule init && git submodule update`` 2. Make sure to run ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate``