diff --git a/README.md b/README.md index 4059c08..9b7492a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This is a plugin for Leed written by Phyks (phyks@phyks.me) to allow a leed user This behavior can be fully customized in a per feed way (with either a blacklist or a whitelist). You can also choose to disable images only on mobile browsers. +**Important note :** To install the plugin, just do as usual with leed plugins. The adblock folder goes in the plugins directory of your leed installation. **Don't rename** the adblock directory unless you know what you do (you will need to change some paths values in the script itself). + ## Constants (_adblock_constants.php_ file) diff --git a/adblock.plugin.disabled.php b/adblock/adblock.plugin.disabled.php similarity index 100% rename from adblock.plugin.disabled.php rename to adblock/adblock.plugin.disabled.php diff --git a/adblock_constants.php b/adblock/adblock_constants.php similarity index 100% rename from adblock_constants.php rename to adblock/adblock_constants.php diff --git a/css/adblock_plugin_css.css b/adblock/css/adblock_plugin_css.css similarity index 100% rename from css/adblock_plugin_css.css rename to adblock/css/adblock_plugin_css.css diff --git a/js/adblock_plugin_js.js b/adblock/js/adblock_plugin_js.js similarity index 100% rename from js/adblock_plugin_js.js rename to adblock/js/adblock_plugin_js.js