Fix usage message: -Pp don't exist anymore
[surf.git] / README
blobda4577febe490c8de36dcfaffcca190385f89023
1 surf - simple webkit-based browser
2 ==================================
3 surf is a simple Web browser based on WebKit/GTK+.
5 Requirements
6 ------------
7 In order to build surf you need GTK+ and Webkit/GTK+ header files.
9 In order to use the functionality of the url-bar, also install dmenu[0].
11 Installation
12 ------------
13 Edit config.mk to match your local setup (surf is installed into
14 the /usr/local namespace by default).
16 Afterwards enter the following command to build and install surf (if
17 necessary as root):
19     make clean install
21 Running surf
22 ------------
23 run
24         surf [URI]
26 See the manpage for further options.
28 Running surf in tabbed
29 ----------------------
30 For running surf in tabbed[1] there is a script included in the distribution,
31 which is run like this:
33         surf-open.sh [URI]
35 Further invocations of the script will run surf with the specified URI in this
36 instance of tabbed.
38 [0] http://tools.suckless.org/dmenu
39 [1] http://tools.suckless.org/tabbed