summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJoe Hildebrand <joe-github@cursive.net>2010-07-20 11:33:43 -0700
committerJoe Hildebrand <joe-github@cursive.net>2010-07-20 11:33:43 -0700
commit66e92c6c9fece2ce5a2b62230a003c09f3ec0a7f (patch)
tree875cd3cac1cb59899bd7c27e28a98bb9a9a13573 /INSTALL
parentca2c421e6c5de3dc97c8555301592d64e591db47 (diff)
downloadslixmpp-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--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index b73b5e5f..f081a35a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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]