diff options
author | Joe Hildebrand <joe-github@cursive.net> | 2010-07-20 11:33:43 -0700 |
---|---|---|
committer | Joe Hildebrand <joe-github@cursive.net> | 2010-07-20 11:33:43 -0700 |
commit | 66e92c6c9fece2ce5a2b62230a003c09f3ec0a7f (patch) | |
tree | 875cd3cac1cb59899bd7c27e28a98bb9a9a13573 /INSTALL | |
parent | ca2c421e6c5de3dc97c8555301592d64e591db47 (diff) | |
download | slixmpp-66e92c6c9fece2ce5a2b62230a003c09f3ec0a7f.tar.gz slixmpp-66e92c6c9fece2ce5a2b62230a003c09f3ec0a7f.tar.bz2 slixmpp-66e92c6c9fece2ce5a2b62230a003c09f3ec0a7f.tar.xz slixmpp-66e92c6c9fece2ce5a2b62230a003c09f3ec0a7f.zip |
Modified example to take JID and password on command line
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,6 @@ python3 setup.py install Root install: sudo python3 setup.py install + +To test: +python example.py -v -j [USER@example.com] -p [PASSWORD] |