aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hackinghowto.rst')
-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**