Merge fix for logging of mode changes by charly.
[jelmer/ctrlproxy.git] / README
diff --git a/README b/README
index 8daff22ee188a9c6d4488ca3b83c988f930357cc..a7c06e839c1ad09db886b4f9a545dcd385ee0e67 100644 (file)
--- a/README
+++ b/README
@@ -43,10 +43,11 @@ Features
  * Management of running instances using a command-line tool or 
    over IRC.
 
-Requirements
+Dependencies
 ------------
  * GNU glib
- * GNU TLS (optional)
+ * GNU TLS (optional, for SSL support)
+ * Python (optional, for Python scripting)
  
 Building
 --------
@@ -73,13 +74,20 @@ Quick start
 
 2. Run ctrlproxy --init 
 
-2. Run ctrlproxy --daemon or ctrlproxy
+Enter a password and a port to ctrlproxy should listen on.
 
-3. Connect to ctrlproxy from your IRC client.
+CtrlProxy will write a configuration to ~/.ctrlproxy. You may 
+want to edit ~/.ctrlproxy/config.
+
+3. Run ctrlproxy --daemon or ctrlproxy
+
+4. Connect to ctrlproxy from your IRC client on the port you specified earlier. 
+For more information on connecting with your favorite IRC client, see the 
+user guide.
 
 Documentation
 -------------
-Most documentation is in the manual and the 
+Most documentation is in the user guide and the 
 manpages: ctrlproxy(1) and ctrlproxy_config(5).
 The example config.example file might also be of some use.