Edited wiki page HowToSetupBuildbotForMelange through web user interface.
diff --git a/HowToSetupBuildbotForMelange.wiki b/HowToSetupBuildbotForMelange.wiki
index 5c15efd..20c7f59 100644
--- a/HowToSetupBuildbotForMelange.wiki
+++ b/HowToSetupBuildbotForMelange.wiki
@@ -32,7 +32,10 @@
 The next step involves copying the files from /configuration directory in melange project root, to the buildbot machine's master folder - ~/venv/master/
 The file private.py has some fields, whose description is documented in the file itself. The fields are pretty straightforward, and the description about them in the same file should be sufficient. 
 
+Now, let's restart the buildbot
+
 {{{
+  $ cd ~/venv/master
   $ buildbot restart
 }}}
 
@@ -41,4 +44,4 @@
 {{{
   $ buildbot master start; tail -f master/twistd.log
   $ buildslave start slave; tail -f slave/twistd.log
-}}}
+}}}
\ No newline at end of file