Edited wiki page GettingStarted through web user interface.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index f2b2309..7ff72ce 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -37,9 +37,11 @@
 venv/bin/python bootstrap.py
 bin/buildout
 bin/gen-app-yaml local-devel
-bin/paver build --skip-docs
+bin/paver build
 }}}
 
+NOTE: There might be some errors that look like - "Bad argument -- expected name or tuple" during the documentation generation. It's a known issue in epydoc [https://sourceforge.net/p/epydoc/bugs/363/ #343]. The build works just fine.
+
 == Running locally ==
 
 If you want to run melange locally, run the following command