diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-01 16:21:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-01 16:21:13 +0000 |
commit | ba0d2a3caab1de4d20ff4f43318d9b24732e33cf (patch) | |
tree | 81d2ad5b11d6b410ef9bdae0cbe183d421d9c99e /README.md | |
parent | 70dd36828ef1efca9204c15deacea25bc69a8709 (diff) | |
parent | b1486d4aeb0e37e0cb8fd31110af1e52d9a155fe (diff) |
Merge "refactored codes, added standalone CLI client, option of interactive vs. standalone CLI"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,8 +13,10 @@ Tested on Ubuntu 14.04 and OS X El Capitan ###Start the first Domino Client: ./DominoClient.py -p 9091 --log=DEBUG +Note: if --log option is ommitted, the default logging level is Warning messages + ###Start the second Domino Client: - ./DominoClient.py -p 9092 + ./DominoClient.py -p 9092 --log=DEBUG ##CLI at the Domino Client: |