Add support to pass in a socket
[guacd.git] / README
diff --git a/README b/README
index 7bba967..f82ad1b 100644 (file)
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ the files section of the main project site:
 guacd is built using the popular GNU Automake, and thus provides the standard
 configure script. Before compiling, you need to have compiled and installed
 libguac, the core Guacamole library. This is available from the main Guacamole
-site at http://guacamole.sourceforge.net/.
+site at http://guac-dev.org/.
 
 1) Run configure
 
@@ -88,7 +88,11 @@ guacd itself directly without the init script (as any user):
 
     $ guacd
 
-guacd currently takes two command-line options:
+guacd currently takes four command-line options:
+
+    -b HOST 
+
+        Changes the host or address that guacd listens on.
 
     -l PORT
 
@@ -100,6 +104,10 @@ guacd currently takes two command-line options:
         file. This is useful for init scripts and is used by the provided init
         script.
 
+    -f
+        Causes guacd to run in the foreground, rather than automatically
+        forking into the background. 
+
 
 ------------------------------------------------------------
  Reporting problems
@@ -108,5 +116,5 @@ guacd currently takes two command-line options:
 Please report any bugs encountered by opening a new ticket at the Trac system
 hosted at:
     
-    http://sourceforge.net/apps/trac/guacamole/
+    http://guac-dev.rg/trac/