Adding a surf-open.sh script for easier tabbed(1) integration.
[surf.git] / README
1 surf - simple webkit-based browser
2 ==================================
3 surf is a simple Web browser based on WebKit/GTK+.
4
5 Requirements
6 ------------
7 In order to build surf you need GTK+ and Webkit/GTK+ header files.
8
9
10 Installation
11 ------------
12 Edit config.mk to match your local setup (surf is installed into
13 the /usr/local namespace by default).
14
15 Afterwards enter the following command to build and install surf (if
16 necessary as root):
17
18     make clean install
19
20 Running surf
21 ------------
22 run
23         surf [URI]
24
25 See the manpage for further options.
26
27 Running surf in tabbed
28 ----------------------
29 For running surf in tabbed[0] there is a script included in the distribution,
30 which is run like this:
31
32         surf-open.sh [URI]
33
34 Further invocations of the script will run surf with the specified URI in this
35 instance of tabbed.
36
37 [0] http://tools.suckless.org/tabbed
38