aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-05-22 17:11:59 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-05-22 17:11:59 -0500
commitf4cfb4e9c8bdfdb3662417048cd6caf2fa4bcd02 (patch)
treeb49c7fad36ffd1ed6e636ba2017e92763fb92172 /docs
parent50c880ac0f0d9fa90244aa8165b53a8968ae3a1a (diff)
downloadmediagoblin-f4cfb4e9c8bdfdb3662417048cd6caf2fa4bcd02.tar.lz
mediagoblin-f4cfb4e9c8bdfdb3662417048cd6caf2fa4bcd02.tar.xz
mediagoblin-f4cfb4e9c8bdfdb3662417048cd6caf2fa4bcd02.zip
Encourage users to run migrations every time they buildout.
Diffstat (limited to 'docs')
-rw-r--r--docs/hackinghowto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index 3544ec92..a56498bb 100644
--- a/docs/hackinghowto.rst
+++ b/docs/hackinghowto.rst
@@ -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**