README: mention it is in development - surf-adblock - Surf adblock web extension | |
git clone git://git.codemadness.org/surf-adblock | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 738a182c7157b3f2c0bb9a939d279cae3e1eb0b1 | |
parent 02bf25f0d075761cd3eb48e8da4ee6540e0be793 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 4 Jun 2017 18:40:14 +0200 | |
README: mention it is in development | |
lower your expectations. | |
Diffstat: | |
M README | 9 +++++++-- | |
1 file changed, 7 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -1,12 +1,17 @@ | |
Adblock extension for surf | |
========================== | |
+!!! NOTE !!! | |
+ | |
+This extension is in development and many things don't work yet. However | |
+feel free to send patches to improve it. | |
+ | |
Install | |
------- | |
- make | |
- doas make install | |
+$ make | |
+$ doas make install | |
Usage |