diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-26 12:31:29 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-26 12:31:29 -0500 |
commit | c7690151cc2e3ca4c955b98263a07d3769589f3d (patch) | |
tree | c78ca5fb7d617571344e54ab02b5dfc01e7d3bab /docs/source | |
parent | 5a9111063ffff465acec9e5e537e496322c37c2c (diff) | |
download | mediagoblin-c7690151cc2e3ca4c955b98263a07d3769589f3d.tar.lz mediagoblin-c7690151cc2e3ca4c955b98263a07d3769589f3d.tar.xz mediagoblin-c7690151cc2e3ca4c955b98263a07d3769589f3d.zip |
Also add git submodule init to the release docs
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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`` |