diff options
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 2666b0a8..b49d1654 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -38,7 +38,9 @@ Otherwise, follow 0.4.0 instructions. ===== **Do this to upgrade** -1. Make sure to run ``bin/gmg dbupdate`` after upgrading. +1. Make sure to run + ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` + after upgrading. 2. See "For Theme authors" if you have a custom theme. 3. Note that ``./bin/gmg theme assetlink`` is now just ``./bin/gmg assetlink`` and covers both plugins and assets. |