Merge fix for logging of mode changes by charly.
[jelmer/ctrlproxy.git] / README
diff --git a/README b/README
index b2afa28186a56663fbc3c7b05fefa1e89f75d8d4..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
 --------
@@ -75,15 +76,18 @@ Quick start
 
 Enter a password and a port to ctrlproxy should listen on.
 
-CtrlProxy will write a configuration to ~/.ctrlproxy.
+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.
+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.