X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=README;h=c87b69b3596774f36df6b79685f5663c7cffffb4;hb=d02f73d9902b953e6d815856844c79e3755c26fd;hp=0535a5c0fffaa274f374ff7fc7279f64147b49cc;hpb=f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2;p=surf.git diff --git a/README b/README index 0535a5c..c87b69b 100644 --- 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 +