birdsurf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 07d493008ca1daa986b6f19482dd00faf40ccb9e
parent 86f96a7aba308aee11dbe4297ee52bf2875b18b5
Author: grouse <bdmfegys@duck.com>
Date:   Fri, 23 Feb 2024 17:10:54 -0500

edit README for birdsurf rename

Diffstat:
MREADME | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/README b/README @@ -1,38 +1,38 @@ -surf - simple webkit-based browser +birdsurf - simple webkit-based browser ================================== -surf is a simple Web browser based on WebKit/GTK+. +birdsurf is a simple Web browser for birds based on WebKit/GTK+. Requirements ------------ -In order to build surf you need GTK+ and Webkit/GTK+ header files. +In order to build birdsurf you need GTK+ and Webkit/GTK+ header files. In order to use the functionality of the url-bar, also install dmenu[0]. Installation ------------ -Edit config.mk to match your local setup (surf is installed into +Edit config.mk to match your local setup (birdsurf is installed into the /usr/local namespace by default). -Afterwards enter the following command to build and install surf (if +Afterwards enter the following command to build and install birdsurf (if necessary as root): make clean install -Running surf +Running birdsurf ------------ run surf [URI] See the manpage for further options. -Running surf in tabbed +Running birdsurf in tabbed ---------------------- -For running surf in tabbed[1] there is a script included in the distribution, +For running birdsurf in tabbed[1] 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 +Further invocations of the script will run birdsurf with the specified URI in this instance of tabbed. [0] http://tools.suckless.org/dmenu