summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index ee60c72..623cfb6 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,23 @@
Miguel's Surfing Quick Links
============================
+This repo holds the buggy fruit of my nightly struggle with WebKit2GTK+
+and allows me following links quickly, keyboard-only.
+
+The by far biggest limitation by now is, that the shared memory area
+only holds the links of the last loaded website, which renders it nearly
+useless for multi-tab scenarios or when running multiple instances of
+the browser.
+
Installing this webkit2gtk+ extension
--------------------------------------
+=====================================
* READ surf-webext-dom.c !!
* adapt config.mk
* make
* sudo make install
-Using it from surf
-------------------
+Example: Using it with suckless.org's surf browser
+==================================================
* adapt surf/config.h and surf/surf.c (see below)
* recompile and rerun surf
* have fun!