]> code.delx.au - pymsnt/blobdiff - README
Cleaned up reactor autodetection code
[pymsnt] / README
diff --git a/README b/README
index af645814887563f7984dfaa246e1089b8b3cb16f..d0c20aa252f4e22e91209e62eaf866d513a385fb 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,16 @@
 For the install guide check out the setup guide on
 http://msn-transport.jabberstudio.org
 
-For quickstart, copy config-example.xml to config.xml, change the settings there, and run ./PyMSNt
+For quickstart, copy config-example.xml to config.xml, change the settings
+there, and run:
+# ./PyMSNt.py &
 
-For translations have a look at lang.py. If you need any help starting a translation feel free to ask.
+
+For translations have a look at lang.py. If you need any help starting
+a translation feel free to ask.
 
 Coding:
-* To implement a new protocol look in the baseproto directory for what functions must be reimplemented.
+* To implement a new protocol look in the baseproto directory for what
+  functions must be reimplemented.
 * Look at the MSN files for examples