Since we still need to supply an additional flag in order to do a clean build because epydoc has a bug (#363), it makes sense to include this flag here.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index e78cd28..f2b2309 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -37,7 +37,7 @@
 venv/bin/python bootstrap.py
 bin/buildout
 bin/gen-app-yaml local-devel
-bin/paver build
+bin/paver build --skip-docs
 }}}
 
 == Running locally ==