Also add git submodule init to the release docs

This commit is contained in:
Christopher Allan Webber 2014-08-26 12:31:29 -05:00
parent 5a9111063f
commit c7690151cc

View File

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