http://hg.viff.dk/viff/rev/e94a7d1eae29
changeset: 1157:e94a7d1eae29
user:      Martin Geisler <[email protected]>
date:      Fri Apr 03 10:58:40 2009 +0200
summary:   Start players in increasing order in install.

diffstat:

1 file changed, 7 insertions(+), 4 deletions(-)
doc/install.txt |   11 +++++++----

diffs (29 lines):

diff -r 4585ac6bce2c -r e94a7d1eae29 doc/install.txt
--- a/doc/install.txt   Fri Apr 03 10:55:52 2009 +0200
+++ b/doc/install.txt   Fri Apr 03 10:58:40 2009 +0200
@@ -203,7 +203,7 @@
 2) Open three separate command prompts and go to the ``viff/apps/``
    directory in each. In the first, type::
 
-     python millionaires.py --no-ssl player-3.ini
+     python millionaires.py --no-ssl player-1.ini
 
    in the second, type::
 
@@ -211,10 +211,13 @@
 
    and in the last, type::
 
-     python millionaires.py --no-ssl player-1.ini
+     python millionaires.py --no-ssl player-3.ini
 
-   The order in which you start the players does not matter. If
-   the installation works, you should see something like this from
+   The order in which you start the players does not matter. They
+   should find each other within a couple of seconds after you have
+   started the final player.
+
+   If the installation works, you should see something like this from
    e.g. player 3::
 
       C:\viff\apps> python millionaires.py --no-ssl player-3.ini
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to