summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 18051ba..5120d0e 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@ Tested on Ubuntu 14.04 and OS X El Capitan
sudo pip install tosca-parser
###Start Domino Server:
- ./DominoServer.py
+ ./DominoServer.py --log=DEBUG
###Start the first Domino Client:
- ./DominoClient.py -p 9091
+ ./DominoClient.py -p 9091 --log=DEBUG
###Start the second Domino Client:
./DominoClient.py -p 9092