Adding a surf-open.sh script for easier tabbed(1) integration.
[surf.git] / README
diff --git a/README b/README
index 0535a5c..c87b69b 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,6 @@ surf - simple webkit-based browser
 ==================================
 surf is a simple Web browser based on WebKit/GTK+.
 
-
 Requirements
 ------------
 In order to build surf you need GTK+ and Webkit/GTK+ header files.
@@ -18,8 +17,22 @@ necessary as root):
 
     make clean install
 
-
 Running surf
 ------------
 run
-       surf [URL]
+       surf [URI]
+
+See the manpage for further options.
+
+Running surf in tabbed
+----------------------
+For running surf in tabbed[0] there is a script included in the distribution,
+which is run like this:
+
+       surf-open.sh [URI]
+
+Further invocations of the script will run surf with the specified URI in this
+instance of tabbed.
+
+[0] http://tools.suckless.org/tabbed
+