]> scripts.mit.edu Git - wizard.git/commitdiff
Add a PATH note.
authorEdward Z. Yang <ezyang@mit.edu>
Sun, 4 Sep 2011 23:56:50 +0000 (19:56 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 4 Sep 2011 23:56:50 +0000 (19:56 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
doc/setup.rst

index d5e21e84c8ee9d98dcac73de08cdde9da5511c9f..fbee528d83002ce28778234fe808f3ca9a010b62 100644 (file)
@@ -49,6 +49,14 @@ server::
     ssh scripts.mit.edu
     /mit/$USER/web_scripts/wizard/tests/mediawiki-install-test.sh
 
+You should also add the :file:`bin` to your path::
+
+    PATH=/mit/$USER/web_scripts/wizard/bin:$PATH
+
+You will need to run this command whenever you do Wizard development; if
+you forget you may accidentally use the system-wide Wizard binary
+installed on Scripts servers.
+
 Application development
 -----------------------