Encourage users to run migrations every time they buildout.

This commit is contained in:
Christopher Allan Webber 2011-05-22 17:11:59 -05:00
parent 50c880ac0f
commit f4cfb4e9c8

View File

@ -96,7 +96,7 @@ While hacking on GNU MediaGoblin over time, you'll eventually have to
update your development environment because the dependencies have
changed. To do that, run::
./bin/buildout
./bin/buildout && ./bin/gmg migrate
**Updating for code changes**